Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ def show_image(image, title="Image"):
|
|
| 64 |
|
| 65 |
# Function to download sample images
|
| 66 |
def download_sample_images():
|
| 67 |
-
sample_images = ["1.png", "2.png", "3.png"]
|
| 68 |
|
| 69 |
for image_name in sample_images:
|
| 70 |
image_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), image_name)
|
|
|
|
| 64 |
|
| 65 |
# Function to download sample images
|
| 66 |
def download_sample_images():
|
| 67 |
+
sample_images = ["Sample image 1.png", "Sample image 2.png", "Sample image 3.png"]
|
| 68 |
|
| 69 |
for image_name in sample_images:
|
| 70 |
image_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), image_name)
|