Spaces:
Running
on
Zero
Running
on
Zero
Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -108,7 +108,7 @@ def infer(frame1_path, frame2_path):
|
|
108 |
|
109 |
check_outputs_folder(out_dir)
|
110 |
os.makedirs(out_dir, exist_ok=True)
|
111 |
-
out_path = "result/video_result.
|
112 |
|
113 |
if out_path.endswith('.gif'):
|
114 |
frames[0].save(out_path, save_all=True, append_images=frames[1:], duration=142, loop=0)
|
|
|
108 |
|
109 |
check_outputs_folder(out_dir)
|
110 |
os.makedirs(out_dir, exist_ok=True)
|
111 |
+
out_path = "result/video_result.gif"
|
112 |
|
113 |
if out_path.endswith('.gif'):
|
114 |
frames[0].save(out_path, save_all=True, append_images=frames[1:], duration=142, loop=0)
|