Spaces:
Running
Running
disable share
Browse files
app.py
CHANGED
@@ -147,4 +147,4 @@ def auto_opentab_delay():
|
|
147 |
|
148 |
auto_opentab_delay()
|
149 |
demo.title = "ChatGPT 学术优化"
|
150 |
-
demo.queue(concurrency_count=CONCURRENT_COUNT).launch(server_name="0.0.0.0", share=
|
|
|
147 |
|
148 |
auto_opentab_delay()
|
149 |
demo.title = "ChatGPT 学术优化"
|
150 |
+
demo.queue(concurrency_count=CONCURRENT_COUNT).launch(server_name="0.0.0.0", share=False)
|