Shubham09 commited on
Commit
6d5c6c1
·
1 Parent(s): fa22ede

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,6 +49,6 @@ gr.Interface(asr_transcript,
49
  outputs = gr.outputs.Textbox(label="Output Text"),
50
  title="ASR using Wav2Vec 2.0",
51
  description = "This application displays transcribed text for given audio input",
52
- examples = [["Test_File1.wav"], ["Test_File2.wav"], ["Test_File3.wav"]], theme="grass").launch()
53
 
54
 
 
49
  outputs = gr.outputs.Textbox(label="Output Text"),
50
  title="ASR using Wav2Vec 2.0",
51
  description = "This application displays transcribed text for given audio input",
52
+ examples = [["Actuator.wav"], ["anomalies.wav"]], theme="grass").launch()
53
 
54