fffiloni commited on
Commit
60b3014
1 Parent(s): 79883d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def infer():
45
 
46
  # Convert video to compatible codecs
47
  input_file_path = f"output_video/{output_name}.mp4"
48
- output_file_path = f"{output_name}"
49
  convert_video(input_file_path, output_file_path)
50
 
51
  return output_file_path
 
45
 
46
  # Convert video to compatible codecs
47
  input_file_path = f"output_video/{output_name}.mp4"
48
+ output_file_path = f"result"
49
  convert_video(input_file_path, output_file_path)
50
 
51
  return output_file_path