Spaces:
Runtime error
Runtime error
Commit
·
bb5f0a2
1
Parent(s):
af9c298
app.py
CHANGED
@@ -57,7 +57,7 @@ def anim(f_promt, s_promt, stability_key):
|
|
57 |
file_path = os.path.join(output_dir, f"frame_{idx:05d}.png")
|
58 |
frame.save(file_path)
|
59 |
print("Created frame at:"+file_path)
|
60 |
-
images.append(
|
61 |
|
62 |
return images
|
63 |
|
|
|
57 |
file_path = os.path.join(output_dir, f"frame_{idx:05d}.png")
|
58 |
frame.save(file_path)
|
59 |
print("Created frame at:"+file_path)
|
60 |
+
images.append(file_path)
|
61 |
|
62 |
return images
|
63 |
|