Kevin676 commited on
Commit
371b8e9
·
1 Parent(s): 63e76b4

Update app.py

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