Spaces:
Runtime error
Runtime error
set debug to collect log
Browse files
app.py
CHANGED
@@ -408,4 +408,4 @@ with gr.Blocks() as page:
|
|
408 |
bot_vchat, ui_chatbot_vchat, ui_chatbot_vchat, queue=False).then(text_to_speech, None, ui_voice_out_vchat)
|
409 |
|
410 |
|
411 |
-
page.launch(share=False)
|
|
|
408 |
bot_vchat, ui_chatbot_vchat, ui_chatbot_vchat, queue=False).then(text_to_speech, None, ui_voice_out_vchat)
|
409 |
|
410 |
|
411 |
+
page.launch(share=False, debug=True)
|