Tas01 commited on
Commit
857391b
·
verified ·
1 Parent(s): 42e799d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -382,8 +382,8 @@ storyteller = ImageStoryteller()
382
 
383
  # Check for local example images
384
  example_images = []
385
- for i in range(1, 7):
386
- filename = f"example_{i:02d}.jpg"
387
  if os.path.exists(filename):
388
  example_images.append([filename])
389
  print(f"Found example image: {filename}")
 
382
 
383
  # Check for local example images
384
  example_images = []
385
+ for i in range(1, 3):
386
+ filename = f"obj_{i:02d}.jpg"
387
  if os.path.exists(filename):
388
  example_images.append([filename])
389
  print(f"Found example image: {filename}")