Update app.py

#1
by Meshwa - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,4 +39,4 @@ gr.Interface(
39
  fn=transcribe,
40
  inputs=[gr.Audio(source="microphone", type="filepath")],
41
  outputs=["textbox"]
42
- ).launch()
 
39
  fn=transcribe,
40
  inputs=[gr.Audio(source="microphone", type="filepath")],
41
  outputs=["textbox"]
42
+ ).launch(share=True)