Spaces:
Runtime error
Runtime error
Commit
·
5ba3af7
1
Parent(s):
8f8b2cc
app.py
CHANGED
@@ -47,6 +47,7 @@ def anim(f_promt, s_promt, stability_key):
|
|
47 |
for idx, frame in enumerate(animator.render()):
|
48 |
file_path = f"frame_{idx:05d}.png"
|
49 |
frame.save(file_path)
|
|
|
50 |
yield file_path # Yield the path to the generated frame
|
51 |
|
52 |
with gr.Blocks() as demo:
|
|
|
47 |
for idx, frame in enumerate(animator.render()):
|
48 |
file_path = f"frame_{idx:05d}.png"
|
49 |
frame.save(file_path)
|
50 |
+
print("saved: "+file_path)
|
51 |
yield file_path # Yield the path to the generated frame
|
52 |
|
53 |
with gr.Blocks() as demo:
|