nrotem commited on
Commit
8fd5eb0
·
1 Parent(s): baa9087
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def combine_video_subtitle(video_file :_TemporaryFileWrapper , subtitle_file):
23
  # video_file.name, '-vf' ,'ass=subtitle.ass',
24
  # output_file
25
  ]
26
- print(video_file.name )
27
  # Run ffmpeg command to combine video and subtitle
28
  cmd2 = [
29
  "ffmpeg", "-i",
 
23
  # video_file.name, '-vf' ,'ass=subtitle.ass',
24
  # output_file
25
  ]
26
+ print(video_file.name )
27
  # Run ffmpeg command to combine video and subtitle
28
  cmd2 = [
29
  "ffmpeg", "-i",