Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|