Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|