Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -70,7 +70,6 @@ chat_interface = gr.Interface(
|
|
| 70 |
outputs=[output_audio, output_text],
|
| 71 |
live=True,
|
| 72 |
theme="soft",
|
| 73 |
-
submit_btn="Enviar",
|
| 74 |
)
|
| 75 |
|
| 76 |
chat_interface.launch(share=True, debug=True, capture_session=True, callback=update_output_text)
|
|
|
|
| 70 |
outputs=[output_audio, output_text],
|
| 71 |
live=True,
|
| 72 |
theme="soft",
|
|
|
|
| 73 |
)
|
| 74 |
|
| 75 |
chat_interface.launch(share=True, debug=True, capture_session=True, callback=update_output_text)
|