haohoo commited on
Commit
42e6837
1 Parent(s): c83c6d0

set debug to collect log

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)