chaowei100 commited on
Commit
91efc6f
·
1 Parent(s): 611e387

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,4 +137,4 @@ def auto_opentab_delay():
137
  threading.Thread(target=open, name="open-browser", daemon=True).start()
138
  auto_opentab_delay()
139
  demo.title = "展示你的机器学习模型"
140
- demo.queue(concurrency_count=CONCURRENT_COUNT).launch(server_name="0.0.0.0", share = True, server_port=PORT, auth=AUTHENTICATION)
 
137
  threading.Thread(target=open, name="open-browser", daemon=True).start()
138
  auto_opentab_delay()
139
  demo.title = "展示你的机器学习模型"
140
+ demo.queue(concurrency_count=CONCURRENT_COUNT).launch()