derful commited on
Commit
b437762
1 Parent(s): 71a86ff

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -1
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()