Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,11 +3,11 @@ from PIL import Image
|
|
3 |
|
4 |
# Placeholder image setup
|
5 |
placeholder_images = [
|
6 |
-
Image.open('image1.jpg'), # Replace 'image1.jpg' with your placeholder image paths
|
7 |
-
Image.open('image2.jpg'),
|
8 |
-
Image.open('image3.jpg'),
|
9 |
-
Image.open('image4.jpg'),
|
10 |
-
Image.open('image5.jpg')
|
11 |
]
|
12 |
|
13 |
def rearrange(order):
|
|
|
3 |
|
4 |
# Placeholder image setup
|
5 |
placeholder_images = [
|
6 |
+
Image.open('data/image1.jpg'), # Replace 'image1.jpg' with your placeholder image paths
|
7 |
+
Image.open('data/image2.jpg'),
|
8 |
+
Image.open('data/image3.jpg'),
|
9 |
+
Image.open('data/image4.jpg'),
|
10 |
+
Image.open('data/image5.jpg')
|
11 |
]
|
12 |
|
13 |
def rearrange(order):
|