Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -109,4 +109,5 @@ def auto_opentab_delay():
|
|
109 |
|
110 |
auto_opentab_delay()
|
111 |
demo.title = "ChatGPT 学术优化"
|
112 |
-
demo.queue(concurrency_count=CONCURRENT_COUNT).launch(server_name="0.0.0.0", share=True, server_port=PORT, auth=AUTHENTICATION)
|
|
|
|
109 |
|
110 |
auto_opentab_delay()
|
111 |
demo.title = "ChatGPT 学术优化"
|
112 |
+
# demo.queue(concurrency_count=CONCURRENT_COUNT).launch(server_name="0.0.0.0", share=True, server_port=PORT, auth=AUTHENTICATION)
|
113 |
+
demo.queue().launch()
|