Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=["
|
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"),
|