Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
cc3d70f
1
Parent(s):
60ff46b
Test: putting CI on hold
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ from src.tools.plots import (
|
|
| 38 |
)
|
| 39 |
|
| 40 |
# Start ephemeral Spaces on PRs (see config in README.md)
|
| 41 |
-
enable_space_ci()
|
| 42 |
|
| 43 |
def restart_space():
|
| 44 |
API.restart_space(repo_id=REPO_ID, token=H4_TOKEN)
|
|
|
|
| 38 |
)
|
| 39 |
|
| 40 |
# Start ephemeral Spaces on PRs (see config in README.md)
|
| 41 |
+
#enable_space_ci()
|
| 42 |
|
| 43 |
def restart_space():
|
| 44 |
API.restart_space(repo_id=REPO_ID, token=H4_TOKEN)
|