Update app.py
Browse files
app.py
CHANGED
|
@@ -417,7 +417,7 @@ storyteller = ImageStoryteller()
|
|
| 417 |
|
| 418 |
# Check for local example images
|
| 419 |
example_images = []
|
| 420 |
-
for i in range(1,
|
| 421 |
filename = f"obj_{i:02d}.jpg"
|
| 422 |
if os.path.exists(filename):
|
| 423 |
example_images.append([filename])
|
|
|
|
| 417 |
|
| 418 |
# Check for local example images
|
| 419 |
example_images = []
|
| 420 |
+
for i in range(1, 10):
|
| 421 |
filename = f"obj_{i:02d}.jpg"
|
| 422 |
if os.path.exists(filename):
|
| 423 |
example_images.append([filename])
|