nrotem commited on
Commit
dbbe3d9
·
1 Parent(s): 6e06029
Files changed (1) hide show
  1. app.py +1 -1
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."