Johnometalman commited on
Commit
1c54612
·
verified ·
1 Parent(s): bc7d74a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,4 +12,4 @@ gr.Interface(
12
  fn=transcribe,
13
  inputs=gr.Audio(type="filepath"),
14
  outputs="text"
15
- ).launch(share=True)
 
12
  fn=transcribe,
13
  inputs=gr.Audio(type="filepath"),
14
  outputs="text"
15
+ ).launch()