Shubham09 commited on
Commit
84bc308
·
1 Parent(s): ab1ed69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,6 +74,6 @@ gr.Interface(asr_transcript,
74
  outputs = gr.outputs.Textbox(label="Output Text"),
75
  title="ASR using Whisper",
76
  description = "This application displays transcribed text for given audio input",
77
- examples = [["Actuator.wav"], ["anomalies.wav"]], theme="grass").launch()
78
 
79
 
 
74
  outputs = gr.outputs.Textbox(label="Output Text"),
75
  title="ASR using Whisper",
76
  description = "This application displays transcribed text for given audio input",
77
+ examples = [["Actuator.wav"], ["anomalies.wav"]], theme="grass").launch(share=True)
78
 
79