kotrotsos commited on
Commit
21010d2
·
1 Parent(s): 1c61c7a

removed share

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,4 +28,4 @@ def transcribe(audio):
28
 
29
 
30
  ui = gr.Interface(fn=transcribe, inputs=gr.Audio(source="microphone", type="filepath"), outputs="text")
31
- ui.launch(share=True)
 
28
 
29
 
30
  ui = gr.Interface(fn=transcribe, inputs=gr.Audio(source="microphone", type="filepath"), outputs="text")
31
+ ui.launch()