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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -121,9 +121,9 @@ def load_or_initialize_count_json(audio_paths):
121
  # Only try downloading if file doesn't exist yet
122
  if not os.path.exists(COUNT_JSON_PATH):
123
  downloaded_path = hf_hub_download(
124
- repo_id=REPO_ID,
125
  repo_type="dataset",
126
- filename=COUNT_JSON_REPO_FILENAME,
127
  token=os.getenv("HF_TOKEN")
128
  )
129
  # Save it as COUNT_JSON_PATH so that the lock logic remains untouched
 
121
  # Only try downloading if file doesn't exist yet
122
  if not os.path.exists(COUNT_JSON_PATH):
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