Clémentine commited on
Commit
8fb9957
·
1 Parent(s): 51195ac

rm space debug

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ ref_level_len = {"validation": {1: 53, 2: 86, 3: 26}, "test": {1: 93, 2: 159, 3:
35
  os.makedirs("scored", exist_ok=True)
36
 
37
  # Should be False on spaces and True outside
38
- LOCAL_DEBUG = not (os.environ.get("system") == "spaces")
39
 
40
  # Display the results
41
  eval_results = load_dataset(RESULTS_DATASET, YEAR_VERSION, token=TOKEN, download_mode="force_redownload", verification_mode=VerificationMode.NO_CHECKS, trust_remote_code=True)
 
35
  os.makedirs("scored", exist_ok=True)
36
 
37
  # Should be False on spaces and True outside
38
+ LOCAL_DEBUG = False #not (os.environ.get("system") == "spaces")
39
 
40
  # Display the results
41
  eval_results = load_dataset(RESULTS_DATASET, YEAR_VERSION, token=TOKEN, download_mode="force_redownload", verification_mode=VerificationMode.NO_CHECKS, trust_remote_code=True)