Lenylvt commited on
Commit
62b81e7
1 Parent(s): f6b118b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ demo = gr.Interface(
45
  gr.Video(label="Video", interactive=True),
46
  gr.File(label="Subtitle", file_types=[".srt", ".vtt"]),
47
  gr.Radio(choices=["Soft", "Hard"], label="Subtitle Type"),
48
- gr.Textbox(label="Subtitle Language (ISO 639-1 code, e.g., 'en' for English)", default="en"),
49
  ],
50
  outputs=gr.Video(label="Processed Video"),
51
  )
 
45
  gr.Video(label="Video", interactive=True),
46
  gr.File(label="Subtitle", file_types=[".srt", ".vtt"]),
47
  gr.Radio(choices=["Soft", "Hard"], label="Subtitle Type"),
48
+ gr.Textbox(label="Subtitle Language (ISO 639-1 code, e.g., 'en' for English)"),
49
  ],
50
  outputs=gr.Video(label="Processed Video"),
51
  )