rutsam commited on
Commit
2e74d79
1 Parent(s): ca2fa63

remove share

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,4 +39,4 @@ gradio_ui = gr.Interface(
39
  inputs=[gr.inputs.Audio(label="Upload Audio File", type="file", optional=True), gr.inputs.Audio(source="microphone", type="file", optional=True, label="Record from microphone")],
40
  outputs=[gr.outputs.Textbox(label="Recognized speech")]
41
  )
42
- gradio_ui.launch(enable_queue=True, share=True)
 
39
  inputs=[gr.inputs.Audio(label="Upload Audio File", type="file", optional=True), gr.inputs.Audio(source="microphone", type="file", optional=True, label="Record from microphone")],
40
  outputs=[gr.outputs.Textbox(label="Recognized speech")]
41
  )
42
+ gradio_ui.launch(enable_queue=True)