besarismaili commited on
Commit
1ac358c
·
1 Parent(s): 264f81b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ def anim(f_promt, s_promt, stability_key, cadence_interp, width ,height ,sampler
114
  video_path = os.path.join(animator.out_dir, "video.mp4")
115
  create_video_from_frames(animator.out_dir, video_path, fps=24)
116
 
117
- return video_path
118
 
119
  with gr.Blocks() as demo:
120
  gr.Markdown("Stability Animation 1")
 
114
  video_path = os.path.join(animator.out_dir, "video.mp4")
115
  create_video_from_frames(animator.out_dir, video_path, fps=24)
116
 
117
+ return video_path, print(args)
118
 
119
  with gr.Blocks() as demo:
120
  gr.Markdown("Stability Animation 1")