Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ with gr.Blocks() as demo:
|
|
86 |
sumbit.click(model_chat,
|
87 |
inputs=[textbox, chatbot, system_state],
|
88 |
outputs=[textbox, chatbot, system_input],
|
89 |
-
concurrency_limit =
|
90 |
clear_history.click(fn=clear_session,
|
91 |
inputs=[],
|
92 |
outputs=[textbox, chatbot])
|
|
|
86 |
sumbit.click(model_chat,
|
87 |
inputs=[textbox, chatbot, system_state],
|
88 |
outputs=[textbox, chatbot, system_input],
|
89 |
+
concurrency_limit = 200)
|
90 |
clear_history.click(fn=clear_session,
|
91 |
inputs=[],
|
92 |
outputs=[textbox, chatbot])
|