zting commited on
Commit
d69f817
·
1 Parent(s): 2ba8a65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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()