FranklinWillemen commited on
Commit
911767e
·
1 Parent(s): d5eef72

share is not supported in spaces

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