Spaces:
AIR-Bench
/
Running on CPU Upgrade

nan commited on
Commit
6e966bb
·
1 Parent(s): 5b11066

fix: fix the bug in local mode

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,