Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -101,5 +101,5 @@ with gr.Blocks() as demo:
|
|
101 |
outputs=[system_state, system_input, chatbot],
|
102 |
concurrency_limit = 40)
|
103 |
|
104 |
-
|
105 |
demo.launch(max_threads=40)
|
|
|
101 |
outputs=[system_state, system_input, chatbot],
|
102 |
concurrency_limit = 40)
|
103 |
|
104 |
+
|
105 |
demo.launch(max_threads=40)
|