fffiloni commited on
Commit
ea0c62f
·
verified ·
1 Parent(s): 51db498

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. 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.mp4"
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)