Spaces:
Running
Running
Update app.py
Browse files
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)"
|
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 |
)
|