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