Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -135,6 +135,7 @@ def make_animation():
|
|
135 |
print("**************")
|
136 |
#print(filename)
|
137 |
fps=10
|
|
|
138 |
clip = ic.ImageSequenceClip(frames, fps = fps)
|
139 |
clip.to_gif(f"{uid}.gif",fps=fps)
|
140 |
|
|
|
135 |
print("**************")
|
136 |
#print(filename)
|
137 |
fps=10
|
138 |
+
uid=uuid.uuid4()
|
139 |
clip = ic.ImageSequenceClip(frames, fps = fps)
|
140 |
clip.to_gif(f"{uid}.gif",fps=fps)
|
141 |
|