DaniRIU commited on
Commit
03df49f
·
1 Parent(s): 054e50f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,4 +49,4 @@ with gr.Blocks() as demo:
49
  btn.click(respond, [msg, chatbot], [msg, chatbot])
50
  clear.click(lambda: None, None, chatbot, queue=False)
51
 
52
- demo.launch(debug=True)
 
49
  btn.click(respond, [msg, chatbot], [msg, chatbot])
50
  clear.click(lambda: None, None, chatbot, queue=False)
51
 
52
+ demo.launch()