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