facehugger92 commited on
Commit
386ceec
·
1 Parent(s): c4d96a6

debug True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)