Update app.py
Browse files
app.py
CHANGED
@@ -522,7 +522,7 @@ with gr.Blocks(css=customCSS) as demo:
|
|
522 |
btn = gr.UploadButton("π Upload motion",
|
523 |
elem_id="upload",
|
524 |
file_types=["file"])
|
525 |
-
regen = gr.Button("π Regenerate", elem_id="regen")
|
526 |
clear = gr.ClearButton([txt, chatbot, aud], value='ποΈ Clear')
|
527 |
|
528 |
with gr.Row():
|
|
|
522 |
btn = gr.UploadButton("π Upload motion",
|
523 |
elem_id="upload",
|
524 |
file_types=["file"])
|
525 |
+
# regen = gr.Button("π Regenerate", elem_id="regen")
|
526 |
clear = gr.ClearButton([txt, chatbot, aud], value='ποΈ Clear')
|
527 |
|
528 |
with gr.Row():
|