Lenylvt commited on
Commit
e0e1808
·
verified ·
1 Parent(s): 224dbdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,4 +20,4 @@ with gr.Blocks() as app:
20
  output = gr.TextArea(label="SRT Output")
21
  text_input.change(fn=text_to_srt, inputs=text_input, outputs=output)
22
 
23
- app.launch()
 
20
  output = gr.TextArea(label="SRT Output")
21
  text_input.change(fn=text_to_srt, inputs=text_input, outputs=output)
22
 
23
+ app.launch(share=True)