AuryTaine commited on
Commit
705186d
1 Parent(s): 2db9516

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,5 +37,5 @@ gr.Interface(asr_transcript,
37
  outputs = gr.outputs.Textbox(label="Output Text"),
38
  title="ASR using Wav2Vec 2.0",
39
  description = "This application displays transcribed text for given audio input",
40
- examples = [["fr-sb-144.wav"], ["test_file.wav"]], theme="grass").launch()
41
 
37
  outputs = gr.outputs.Textbox(label="Output Text"),
38
  title="ASR using Wav2Vec 2.0",
39
  description = "This application displays transcribed text for given audio input",
40
+ examples = [["fr-sb-144.wav"], ["test_File.wav"]], theme="grass").launch()
41