Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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}
|
| 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():
|