pktpaulie commited on
Commit
8445fe7
·
verified ·
1 Parent(s): e4daecf

Update app.py

Browse files

Add share=True for public link

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,4 +27,4 @@ with gr.Blocks() as demo:
27
  submit_button.click(fn=transcribe, inputs=audio_input, outputs=text_output)
28
 
29
 
30
- demo.launch()
 
27
  submit_button.click(fn=transcribe, inputs=audio_input, outputs=text_output)
28
 
29
 
30
+ demo.launch(share=True)