Meshwa commited on
Commit
d6050d6
β€’
1 Parent(s): 4e7301a

Update app.py

Browse files

I added the share=True argument in the launch function

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)