Lenylvt commited on
Commit
dff3cb5
·
verified ·
1 Parent(s): c63eda6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("### 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)
 
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)