Mohssinibra commited on
Commit
d0830a2
·
verified ·
1 Parent(s): 226a5fe
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,4 +31,4 @@ demo = gr.Interface(fn=transcribe_audio,
31
  outputs="text")
32
 
33
  demo.launch()
34
- demo.launch(api=True)
 
31
  outputs="text")
32
 
33
  demo.launch()
34
+ demo.launch(api=True,share=True)