Spaces:
Sleeping
Sleeping
abnerzhang
commited on
Commit
·
da15591
1
Parent(s):
6e4a82c
Update app.py
Browse files
app.py
CHANGED
@@ -49,5 +49,5 @@ with gr.Blocks() as demo:
|
|
49 |
btn.click(respond, inputs=[msg, band, chatbot, system], outputs=[msg, chatbot])
|
50 |
msg.submit(respond, inputs=[msg, band, chatbot, system], outputs=[msg, chatbot])
|
51 |
gr.close_all()
|
52 |
-
demo.queue().launch(
|
53 |
|
|
|
49 |
btn.click(respond, inputs=[msg, band, chatbot, system], outputs=[msg, chatbot])
|
50 |
msg.submit(respond, inputs=[msg, band, chatbot, system], outputs=[msg, chatbot])
|
51 |
gr.close_all()
|
52 |
+
demo.queue().launch()
|
53 |
|