Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ def make_animation():
|
|
124 |
frame_one.save(filename, format="GIF", append_images=frames,
|
125 |
save_all=True, duration=100, loop=0)
|
126 |
html_out+=f'<div class="img_class"><img src="{filename}"></div>'
|
127 |
-
|
128 |
return html_out
|
129 |
|
130 |
def run():
|
|
|
124 |
frame_one.save(filename, format="GIF", append_images=frames,
|
125 |
save_all=True, duration=100, loop=0)
|
126 |
html_out+=f'<div class="img_class"><img src="{filename}"></div>'
|
127 |
+
html_out+='</div>'
|
128 |
return html_out
|
129 |
|
130 |
def run():
|