fffiloni commited on
Commit
fed1557
1 Parent(s): 3f4e0ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -60,10 +60,10 @@ def infer():
60
 
61
  # Convert video to compatible codecs
62
  input_file_path = f"output_video/{output_name}.mp4"
63
- output_file_path = f"{output_name}"
64
  convert_video(input_file_path, output_file_path)
65
 
66
- return f"{output_file_path}.mp4"
67
 
68
  with gr.Blocks() as demo:
69
  with gr.Column():
 
60
 
61
  # Convert video to compatible codecs
62
  input_file_path = f"output_video/{output_name}.mp4"
63
+ output_file_path = f"{output_name}.mp4"
64
  convert_video(input_file_path, output_file_path)
65
 
66
+ return f"{output_file_path}"
67
 
68
  with gr.Blocks() as demo:
69
  with gr.Column():