Spaces:
Sleeping
Sleeping
Merge branch 'main' of https://huggingface.co/spaces/Siddhant/UniverSLU
Browse files
app.py
CHANGED
@@ -336,6 +336,7 @@ gr.Interface(
|
|
336 |
[gr.Audio(label="input audio",sources=["microphone"],type="filepath"),gr.Radio(choices=["english_slurp","english_fsc","dutch_scr","english_scr","lithuanian_scr","arabic_scr","english_snips","lid_voxforge","fake_speech_detection_asvspoof","emotion_rec_iemocap","accent_classify_accentdb","sarcasm_mustard","sarcasm_mustard_plus","gender_voxceleb1","audio_classification_esc50","semantic_parsing_stop","vad_freesound"], type="value", label="Task")],
|
337 |
gr.Textbox(type="text", label="Output"),
|
338 |
title=title,
|
|
|
339 |
description=description,
|
340 |
article=article,
|
341 |
examples=examples
|
|
|
336 |
[gr.Audio(label="input audio",sources=["microphone"],type="filepath"),gr.Radio(choices=["english_slurp","english_fsc","dutch_scr","english_scr","lithuanian_scr","arabic_scr","english_snips","lid_voxforge","fake_speech_detection_asvspoof","emotion_rec_iemocap","accent_classify_accentdb","sarcasm_mustard","sarcasm_mustard_plus","gender_voxceleb1","audio_classification_esc50","semantic_parsing_stop","vad_freesound"], type="value", label="Task")],
|
337 |
gr.Textbox(type="text", label="Output"),
|
338 |
title=title,
|
339 |
+
cache_examples=False,
|
340 |
description=description,
|
341 |
article=article,
|
342 |
examples=examples
|