fffiloni commited on
Commit
6baa942
·
1 Parent(s): c8d3747

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -73,9 +73,9 @@ def infer():
73
  # Convert video to compatible codecs
74
  input_file_path = f"output_video/{output_name}.mp4"
75
  output_file_path = f"{output_name}.mp4"
76
- convert_video(input_file_path, output_file_path)
77
 
78
- return f"{output_file_path}"
79
 
80
  with gr.Blocks() as demo:
81
  with gr.Column():
 
73
  # Convert video to compatible codecs
74
  input_file_path = f"output_video/{output_name}.mp4"
75
  output_file_path = f"{output_name}.mp4"
76
+ #convert_video(input_file_path, output_file_path)
77
 
78
+ return f"output_video/{output_name}.mp4"
79
 
80
  with gr.Blocks() as demo:
81
  with gr.Column():