Spaces:
Sleeping
Sleeping
weiwei1392
commited on
Commit
·
b6c027d
1
Parent(s):
e1efbcb
share
Browse files
app.py
CHANGED
@@ -529,6 +529,6 @@ with gr.Blocks(css=block_css) as demo:
|
|
529 |
# outputs=[chatbot])
|
530 |
|
531 |
|
532 |
-
demo.queue(concurrency_count=5).launch(server_name='0.0.0.0', server_port=7858, share=True)
|
533 |
|
534 |
-
|
|
|
529 |
# outputs=[chatbot])
|
530 |
|
531 |
|
532 |
+
# demo.queue(concurrency_count=5).launch(server_name='0.0.0.0', server_port=7858, share=True)
|
533 |
|
534 |
+
demo.queue(concurrency_count=5).launch()
|