Spaces:
Runtime error
Runtime error
weiwei1392 commited on
Commit ·
2582aff
1
Parent(s): 4b6d479
none
Browse files
app.py
CHANGED
|
@@ -393,4 +393,4 @@ with gr.Blocks(css=block_css) as demo:
|
|
| 393 |
outputs=[chatbot])
|
| 394 |
|
| 395 |
|
| 396 |
-
demo.queue(concurrency_count=5).launch(
|
|
|
|
| 393 |
outputs=[chatbot])
|
| 394 |
|
| 395 |
|
| 396 |
+
demo.queue(concurrency_count=5).launch()
|