Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -72,4 +72,4 @@ chat_interface = gr.Interface(
|
|
| 72 |
theme="soft",
|
| 73 |
)
|
| 74 |
|
| 75 |
-
chat_interface.launch(share=True, debug=True,
|
|
|
|
| 72 |
theme="soft",
|
| 73 |
)
|
| 74 |
|
| 75 |
+
chat_interface.launch(share=True, debug=True, callback=update_output_text)
|