Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def text_to_srt(text):
|
|
26 |
return temp_file_path
|
27 |
|
28 |
with gr.Blocks() as app:
|
29 |
-
gr.Markdown("
|
30 |
text_input = gr.TextArea(label="Enter text")
|
31 |
output = gr.File(label="Download SRT File", file_count="single")
|
32 |
text_input.change(fn=text_to_srt, inputs=text_input, outputs=output)
|
|
|
26 |
return temp_file_path
|
27 |
|
28 |
with gr.Blocks() as app:
|
29 |
+
gr.Markdown("# Text to SRT Converter")
|
30 |
text_input = gr.TextArea(label="Enter text")
|
31 |
output = gr.File(label="Download SRT File", file_count="single")
|
32 |
text_input.change(fn=text_to_srt, inputs=text_input, outputs=output)
|