Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
+
)
|