DrishtiSharma commited on
Commit
a9e9adc
1 Parent(s): 179fdef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ gr.Interface(
40
  gr.inputs.Audio(source="microphone", type="filepath", label="Record your audio")
41
  ],
42
  outputs=[gr.outputs.Textbox()],
43
- examples=[["audio1.wav"]],
44
  title="Spanish-Audio-Transcriptions-to-Nahuatl-Translation",
45
  description = "This is a Gradio demo of Spanish Audio Transcriptions to Nahuatl Translation. To use this, simply provide an audio input (audio recording or via microphone), which will subsequently be transcribed and translated to Nahuatl language.",
46
  #article="<p><center><img src='........e'></center></p>",
 
40
  gr.inputs.Audio(source="microphone", type="filepath", label="Record your audio")
41
  ],
42
  outputs=[gr.outputs.Textbox()],
43
+ examples=[["audio1.wav"], ["travel.wav"]],
44
  title="Spanish-Audio-Transcriptions-to-Nahuatl-Translation",
45
  description = "This is a Gradio demo of Spanish Audio Transcriptions to Nahuatl Translation. To use this, simply provide an audio input (audio recording or via microphone), which will subsequently be transcribed and translated to Nahuatl language.",
46
  #article="<p><center><img src='........e'></center></p>",