Update app.py
Browse files
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=
|
125 |
repo_type="dataset",
|
126 |
-
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
|