Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -536,7 +536,7 @@ with demo:
|
|
| 536 |
|
| 537 |
with gr.Row():
|
| 538 |
with gr.Column():
|
| 539 |
-
gr.Markdown('''##### From here you can download
|
| 540 |
subtitle_files.render()
|
| 541 |
|
| 542 |
with gr.Row():
|
|
|
|
| 536 |
|
| 537 |
with gr.Row():
|
| 538 |
with gr.Column():
|
| 539 |
+
gr.Markdown('''##### From here you can download subtitles in .srt or .vtt format''')
|
| 540 |
subtitle_files.render()
|
| 541 |
|
| 542 |
with gr.Row():
|