Spaces:
Sleeping
Sleeping
Update talk_arena/audio_collection.py
Browse files
talk_arena/audio_collection.py
CHANGED
@@ -27,9 +27,9 @@ os.makedirs("outputs", exist_ok=True)
|
|
27 |
# Initialize Hugging Face API client
|
28 |
hf_api = HfApi(token=os.getenv("HF_TOKEN"))
|
29 |
DATASET_REPO = "alisartazkhan/audioLLM_judge"
|
30 |
-
CATEGORY = "
|
31 |
-
COUNTER =
|
32 |
-
CODE = "
|
33 |
CAT_DESC = "An interactive study that tests how well audio models follow voice prompts with changing tempo. Create your own prompts and compare model responses!"
|
34 |
resampler = Audio(sampling_rate=16_000)
|
35 |
|
|
|
27 |
# Initialize Hugging Face API client
|
28 |
hf_api = HfApi(token=os.getenv("HF_TOKEN"))
|
29 |
DATASET_REPO = "alisartazkhan/audioLLM_judge"
|
30 |
+
CATEGORY = "pilot_tempo_control_2"
|
31 |
+
COUNTER = 3
|
32 |
+
CODE = "C1BDJUET"
|
33 |
CAT_DESC = "An interactive study that tests how well audio models follow voice prompts with changing tempo. Create your own prompts and compare model responses!"
|
34 |
resampler = Audio(sampling_rate=16_000)
|
35 |
|