eduagarcia commited on
Commit
9d51ca7
1 Parent(s): 5a3de19

stop auto restart, hf spaces bugging again

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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