Spaces:
Sleeping
Sleeping
Commit
·
386ceec
1
Parent(s):
c4d96a6
debug True
Browse files
app.py
CHANGED
@@ -67,4 +67,4 @@ with gr.Blocks() as iface:
|
|
67 |
clear = gr.ClearButton(components=[msg, chatbot])
|
68 |
msg.submit(chatfunc, [msg, chatbot], [msg, chatbot])
|
69 |
|
70 |
-
iface.launch(share=False)
|
|
|
67 |
clear = gr.ClearButton(components=[msg, chatbot])
|
68 |
msg.submit(chatfunc, [msg, chatbot], [msg, chatbot])
|
69 |
|
70 |
+
iface.launch(share=False, debug=True)
|