intersteller2887 commited on
Commit
d8d2e6f
·
verified ·
1 Parent(s): 2338eac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ def load_or_initialize_count_json(audio_paths):
123
  downloaded_path = hf_hub_download(
124
  repo_id="intersteller2887/Turing-test-dataset",
125
  repo_type="dataset",
126
- filename="count.json",
127
  token=os.getenv("HF_TOKEN")
128
  )
129
  # Save it as COUNT_JSON_PATH so that the lock logic remains untouched
 
123
  downloaded_path = hf_hub_download(
124
  repo_id="intersteller2887/Turing-test-dataset",
125
  repo_type="dataset",
126
+ filename="submission/count.json",
127
  token=os.getenv("HF_TOKEN")
128
  )
129
  # Save it as COUNT_JSON_PATH so that the lock logic remains untouched