besarismaili commited on
Commit
527ccf6
·
1 Parent(s): af6d115
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -55,6 +55,7 @@ def anim(f_promt, s_promt, stability_key):
55
  for idx, frame in enumerate(animator.render()):
56
  file_path = os.path.join(output_dir, f"frame_{idx:05d}.png")
57
  frame.save(file_path)
 
58
  yield file_path
59
 
60
  with gr.Blocks() as demo:
 
55
  for idx, frame in enumerate(animator.render()):
56
  file_path = os.path.join(output_dir, f"frame_{idx:05d}.png")
57
  frame.save(file_path)
58
+ print("Created frame at:"+file_path)
59
  yield file_path
60
 
61
  with gr.Blocks() as demo: