RKP64 commited on
Commit
dd6e5b9
1 Parent(s): 32f6121

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,4 +80,4 @@ with gr.Blocks(theme=theme) as ui:
80
  btn = gr.Button("Run")
81
  btn.click(fn=transcribe, inputs=audio_input, outputs=[text_output, audio_output])
82
 
83
- ui.launch(debug=True, share=True)
 
80
  btn = gr.Button("Run")
81
  btn.click(fn=transcribe, inputs=audio_input, outputs=[text_output, audio_output])
82
 
83
+ ui.launch(debug=True,)