subek commited on
Commit
a25ce3a
1 Parent(s): e5f6666

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)