Update app.py
Browse files
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"
|
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
|