Shubham09 commited on
Commit
04968cf
·
1 Parent(s): b9fbb26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,6 +54,6 @@ gr.Interface(asr_transcript,
54
  outputs = gr.outputs.Textbox(label="Output Text"),
55
  title="ASR using Wav2Vec 2.0",
56
  description = "This application displays transcribed text for given audio input",
57
- examples = [["Actuator.wav"], ["anomalies.wav"]], theme="grass").launch()
58
 
59
 
 
54
  outputs = gr.outputs.Textbox(label="Output Text"),
55
  title="ASR using Wav2Vec 2.0",
56
  description = "This application displays transcribed text for given audio input",
57
+ examples = [["Actuator.wav"], ["anomalies.wav"]], theme="grass").launch(share=True)
58
 
59