lyimo commited on
Commit
155dc59
·
1 Parent(s): 95e9445

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,4 +16,4 @@ iface = gr.Interface(fn=transcribe_audio,
16
  outputs="text")
17
 
18
  # Launch the interface
19
- iface.launch(share=True)
 
16
  outputs="text")
17
 
18
  # Launch the interface
19
+ iface.launch()