Spaces:
Build error
Build error
Update app.py
Browse files
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)
|