Update app.py
Browse files
app.py
CHANGED
|
@@ -52,8 +52,8 @@ example_images = [
|
|
| 52 |
str(Path('example_images/example_2.jpg')),
|
| 53 |
str(Path('example_images/example_3.jpg')),
|
| 54 |
str(Path('example_images/example_4.jpg')),
|
| 55 |
-
str(Path('example_images/example_5.jpg'))
|
| 56 |
-
|
| 57 |
]
|
| 58 |
|
| 59 |
# Function to handle AI generation progress updates
|
|
|
|
| 52 |
str(Path('example_images/example_2.jpg')),
|
| 53 |
str(Path('example_images/example_3.jpg')),
|
| 54 |
str(Path('example_images/example_4.jpg')),
|
| 55 |
+
str(Path('example_images/example_5.jpg'))
|
| 56 |
+
|
| 57 |
]
|
| 58 |
|
| 59 |
# Function to handle AI generation progress updates
|