Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ def video_demo(video, subtitle, subtitle_type, subtitle_language):
|
|
43 |
demo = gr.Interface(
|
44 |
fn=video_demo,
|
45 |
gr.Markdown("# Text to SRT Converter"),
|
46 |
-
gr.Markdown("### ⚠️ For information, the process can be really long.")
|
47 |
inputs=[
|
48 |
gr.Video(label="Video", interactive=True),
|
49 |
gr.File(label="Subtitle", file_types=[".srt", ".vtt"]),
|
|
|
43 |
demo = gr.Interface(
|
44 |
fn=video_demo,
|
45 |
gr.Markdown("# Text to SRT Converter"),
|
46 |
+
gr.Markdown("### ⚠️ For information, the process can be really long."),
|
47 |
inputs=[
|
48 |
gr.Video(label="Video", interactive=True),
|
49 |
gr.File(label="Subtitle", file_types=[".srt", ".vtt"]),
|