Lenylvt commited on
Commit
3327f34
·
verified ·
1 Parent(s): 10d3a47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ demo = gr.Interface(
44
  inputs=[
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"),
 
44
  inputs=[
45
  gr.Video(label="Video", interactive=True),
46
  gr.File(label="Subtitle", file_types=[".srt", ".vtt"]),
47
+ gr.Radio(choices=["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"),