seawolf2357 commited on
Commit
ec1c2bc
·
verified ·
1 Parent(s): 9390377

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def load_examples():
65
  "a bustling market in a small town"
66
  ]
67
 
68
- for i, filename in enumerate(["00.png", "02.png", "03.png", "04.png", "06.png", "07.png", "08.png", "09.png"]):
69
  img_path = os.path.join(test_img_dir, filename)
70
  if os.path.exists(img_path):
71
  # Use dimensions from original code for each specific example
 
65
  "a bustling market in a small town"
66
  ]
67
 
68
+ for i, filename in enumerate(["00.png", "02.png", "03.png"]):
69
  img_path = os.path.join(test_img_dir, filename)
70
  if os.path.exists(img_path):
71
  # Use dimensions from original code for each specific example