shyuli commited on
Commit
e7ee8dc
·
1 Parent(s): aaebb00

version v0.1

Browse files
Files changed (2) hide show
  1. .gitignore +0 -1
  2. app.py +1 -1
.gitignore CHANGED
@@ -5,5 +5,4 @@ __pycache__/
5
  .ipynb_checkpoints
6
  *ipynb
7
  .vscode/
8
-
9
  logs/
 
5
  .ipynb_checkpoints
6
  *ipynb
7
  .vscode/
 
8
  logs/
app.py CHANGED
@@ -184,4 +184,4 @@ with demo:
184
  scheduler = BackgroundScheduler()
185
  scheduler.add_job(restart_space, "interval", seconds=1800)
186
  scheduler.start()
187
- demo.queue(default_concurrency_limit=40).launch(share=True)
 
184
  scheduler = BackgroundScheduler()
185
  scheduler.add_job(restart_space, "interval", seconds=1800)
186
  scheduler.start()
187
+ demo.launch()