Spaces:
Runtime error
Runtime error
JulienChoukroun
commited on
Commit
•
53c6850
1
Parent(s):
6f0b27e
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ from transformers import pipeline
|
|
11 |
|
12 |
|
13 |
# load the results file from the private repo
|
14 |
-
USERNAMES_DATASET_ID = "
|
15 |
HF_TOKEN = os.environ.get("HF_TOKEN")
|
16 |
|
17 |
usernames_url = os.path.join("https://huggingface.co/datasets", USERNAMES_DATASET_ID)
|
|
|
11 |
|
12 |
|
13 |
# load the results file from the private repo
|
14 |
+
USERNAMES_DATASET_ID = "huggingface-course/audio-course-u7-hands-on"
|
15 |
HF_TOKEN = os.environ.get("HF_TOKEN")
|
16 |
|
17 |
usernames_url = os.path.join("https://huggingface.co/datasets", USERNAMES_DATASET_ID)
|