Pclanglais commited on
Commit
7468778
1 Parent(s): f27ccbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -183,4 +183,8 @@ with gr.Blocks() as demo:
183
  msg.submit(user, [msg, chatbot], [msg, chatbot], queue=False).then(
184
  predict, chatbot, chatbot
185
  )
186
- clear.click(lambda: None, None, chatbot, queue=False)
 
 
 
 
 
183
  msg.submit(user, [msg, chatbot], [msg, chatbot], queue=False).then(
184
  predict, chatbot, chatbot
185
  )
186
+ clear.click(lambda: None, None, chatbot, queue=False)
187
+
188
+
189
+ demo.queue()
190
+ demo.launch()