padmanabhbosamia commited on
Commit
5dda0e8
·
1 Parent(s): 52e7bd3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -70,14 +70,14 @@ images_folder = "examples"
70
  # Define the examples list with full paths
71
  examples = [[os.path.join(images_folder, "plane.jpg"), 0.5, -1],
72
  [os.path.join(images_folder, "car.jpg"), 0.5, -1],
73
- [os.path.join(images_folder, "bird.jpeg"), 0.5, -1],
74
- [os.path.join(images_folder, "cat.jpeg"), 0.5, -1],
75
- [os.path.join(images_folder, "deer.jpeg"), 0.5, -1],
76
- [os.path.join(images_folder, "dog.jpeg"), 0.5, -1],
77
- [os.path.join(images_folder, "frog.jpeg"), 0.5, -1],
78
- [os.path.join(images_folder, "horse.jpeg"), 0.5, -1],
79
- [os.path.join(images_folder, "ship.jpeg"), 0.5, -1],
80
- [os.path.join(images_folder, "truck.jpeg"), 0.5, -1]]
81
 
82
 
83
  # Create a separate interface for the "Input an image" tab
 
70
  # Define the examples list with full paths
71
  examples = [[os.path.join(images_folder, "plane.jpg"), 0.5, -1],
72
  [os.path.join(images_folder, "car.jpg"), 0.5, -1],
73
+ [os.path.join(images_folder, "bird.jpg"), 0.5, -1],
74
+ [os.path.join(images_folder, "cat.jpg"), 0.5, -1],
75
+ [os.path.join(images_folder, "deer.jpg"), 0.5, -1],
76
+ [os.path.join(images_folder, "dog.jpg"), 0.5, -1],
77
+ [os.path.join(images_folder, "frog.jpg"), 0.5, -1],
78
+ [os.path.join(images_folder, "horse.jpg"), 0.5, -1],
79
+ [os.path.join(images_folder, "ship.jpg"), 0.5, -1],
80
+ [os.path.join(images_folder, "truck.jpg"), 0.5, -1]]
81
 
82
 
83
  # Create a separate interface for the "Input an image" tab