ssiidd commited on
Commit
8f6c44e
·
2 Parent(s): d84e653 8878265

Merge branch 'main' of https://huggingface.co/spaces/Siddhant/UniverSLU

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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