Kevin676 commited on
Commit
6de4e36
·
1 Parent(s): 2f52c98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -291,4 +291,4 @@ c2=gr.Interface(
291
  )
292
 
293
  demo = gr.TabbedInterface([c1, c2], ["wav文件上传", "麦克风上传"], title = '🥳💬💕 - TalktoAI,随时随地,谈天说地!')
294
- demo.launch(debug = True)
 
291
  )
292
 
293
  demo = gr.TabbedInterface([c1, c2], ["wav文件上传", "麦克风上传"], title = '🥳💬💕 - TalktoAI,随时随地,谈天说地!')
294
+ demo.launch(show_error = True)