Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
stop auto restart, hf spaces bugging again
Browse files
app.py
CHANGED
|
@@ -62,7 +62,8 @@ from src.tools.plots import (
|
|
| 62 |
def restart_space():
|
| 63 |
print("Running Restart")
|
| 64 |
try:
|
| 65 |
-
API.restart_space(repo_id=REPO_ID, token=H4_TOKEN)
|
|
|
|
| 66 |
except:
|
| 67 |
print("Restart failed")
|
| 68 |
|
|
|
|
| 62 |
def restart_space():
|
| 63 |
print("Running Restart")
|
| 64 |
try:
|
| 65 |
+
#API.restart_space(repo_id=REPO_ID, token=H4_TOKEN)
|
| 66 |
+
pass
|
| 67 |
except:
|
| 68 |
print("Restart failed")
|
| 69 |
|