3v324v23 commited on
Commit
2912691
1 Parent(s): a8a3323

disable share

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True, server_port=PORT, auth=AUTHENTICATION)
 
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)