Spaces:
Runtime error
Runtime error
weiwei1392
commited on
Commit
·
4b6d479
1
Parent(s):
ab42177
change share status
Browse files- .idea/.name +1 -0
- app.py +1 -1
.idea/.name
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
app.py
|
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(server_name='0.0.0.0', server_port=7858, share=
|
|
|
393 |
outputs=[chatbot])
|
394 |
|
395 |
|
396 |
+
demo.queue(concurrency_count=5).launch(server_name='0.0.0.0', server_port=7858, share=False)
|