acecalisto3 commited on
Commit
3bf8d5b
·
verified ·
1 Parent(s): f64f25f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -374,4 +374,5 @@ with gr.Blocks() as iface:
374
  clear = gr.ClearButton([msg, chatbot])
375
  submit_b.click(run, [msg,chatbot],[msg,chatbot])
376
  msg.submit(run, [msg, chatbot], [msg, chatbot])
377
- iface.launch()
 
 
374
  clear = gr.ClearButton([msg, chatbot])
375
  submit_b.click(run, [msg,chatbot],[msg,chatbot])
376
  msg.submit(run, [msg, chatbot], [msg, chatbot])
377
+ iface.launch()
378
+ )