chaowei100 commited on
Commit
8a69d0d
1 Parent(s): f92617d

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(share = True)
 
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()