shyuli
commited on
Commit
·
e7ee8dc
1
Parent(s):
aaebb00
version v0.1
Browse files- .gitignore +0 -1
- 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.
|
|
|
|
| 184 |
scheduler = BackgroundScheduler()
|
| 185 |
scheduler.add_job(restart_space, "interval", seconds=1800)
|
| 186 |
scheduler.start()
|
| 187 |
+
demo.launch()
|