Spaces:
AIR-Bench
/
Running on CPU Upgrade

nan commited on
Commit
201744e
·
unverified ·
2 Parent(s): 5b11066 6e966bb

Merge pull request #2 from AIR-Bench/fix-local-mode-1212

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def restart_space():
42
 
43
 
44
  try:
45
- if not os.environ.get("LOCAL_MODE", False):
46
  print("Running in local mode")
47
  snapshot_download(
48
  repo_id=RESULTS_REPO,
 
42
 
43
 
44
  try:
45
+ if os.environ.get("LOCAL_MODE", False):
46
  print("Running in local mode")
47
  snapshot_download(
48
  repo_id=RESULTS_REPO,