Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -128,7 +128,7 @@ def make_animation(url1="",url2="",url3="",url4="",url5="",url6="",url7="",url8=
|
|
| 128 |
else: print("Passing: Not Image")
|
| 129 |
if gif_box:
|
| 130 |
print(gif_box)
|
| 131 |
-
|
| 132 |
print("Making GIF...")
|
| 133 |
try:
|
| 134 |
#frames = [Image.open(image) for image in glob.glob(f"{frame_folder}/*.JPG")]
|
|
|
|
| 128 |
else: print("Passing: Not Image")
|
| 129 |
if gif_box:
|
| 130 |
print(gif_box)
|
| 131 |
+
gif_box.sort(reverse=False)
|
| 132 |
print("Making GIF...")
|
| 133 |
try:
|
| 134 |
#frames = [Image.open(image) for image in glob.glob(f"{frame_folder}/*.JPG")]
|