Update app.py
Browse files
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"{
|
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():
|