broadfield-dev commited on
Commit
bae52ce
·
verified ·
1 Parent(s): ec51248

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- #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")]
 
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")]