Lenylvt commited on
Commit
2a6b090
·
verified ·
1 Parent(s): a8bba4f

Update app.py

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