Lenylvt commited on
Commit
42db734
·
verified ·
1 Parent(s): e0e1808

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def text_to_srt(text):
16
 
17
  with gr.Blocks() as app:
18
  gr.Markdown("### Text to SRT Converter")
19
- text_input = gr.TextArea(label="Enter text in the specified format")
20
  output = gr.TextArea(label="SRT Output")
21
  text_input.change(fn=text_to_srt, inputs=text_input, outputs=output)
22
 
 
16
 
17
  with gr.Blocks() as app:
18
  gr.Markdown("### Text to SRT Converter")
19
+ text_input = gr.TextArea(label="Enter text from Whisper Jax Space")
20
  output = gr.TextArea(label="SRT Output")
21
  text_input.change(fn=text_to_srt, inputs=text_input, outputs=output)
22