Spaces:
Runtime error
Runtime error
app.py
CHANGED
@@ -46,7 +46,7 @@ inputs = [
|
|
46 |
gr.inputs.File(label="Subtitle File")
|
47 |
]
|
48 |
|
49 |
-
outputs = gr.outputs.File(label="Combined Video with Subtitle")
|
50 |
|
51 |
title = "Video Subtitle Combiner"
|
52 |
description = "Combine a video file and a subtitle file using ffmpeg."
|
|
|
46 |
gr.inputs.File(label="Subtitle File")
|
47 |
]
|
48 |
|
49 |
+
outputs = [gr.outputs.File(label="Combined Video with Subtitle")]
|
50 |
|
51 |
title = "Video Subtitle Combiner"
|
52 |
description = "Combine a video file and a subtitle file using ffmpeg."
|