Commit
·
5dda0e8
1
Parent(s):
52e7bd3
Update app.py
Browse files
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.
|
| 74 |
-
[os.path.join(images_folder, "cat.
|
| 75 |
-
[os.path.join(images_folder, "deer.
|
| 76 |
-
[os.path.join(images_folder, "dog.
|
| 77 |
-
[os.path.join(images_folder, "frog.
|
| 78 |
-
[os.path.join(images_folder, "horse.
|
| 79 |
-
[os.path.join(images_folder, "ship.
|
| 80 |
-
[os.path.join(images_folder, "truck.
|
| 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
|