Update app.py
Browse files
app.py
CHANGED
@@ -99,4 +99,5 @@ with gr.Blocks(css=".chat-blocks{height:calc(100vh - 332px);} .mychat{flex:1} .m
|
|
99 |
emptyBtn.click(reset_state, outputs=[chatbot, history], show_progress=True)
|
100 |
|
101 |
|
|
|
102 |
demo.queue(api_open=False,concurrency_count=20).launch()
|
|
|
99 |
emptyBtn.click(reset_state, outputs=[chatbot, history], show_progress=True)
|
100 |
|
101 |
|
102 |
+
|
103 |
demo.queue(api_open=False,concurrency_count=20).launch()
|