Spaces:
Sleeping
Sleeping
Updated app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ description1 = "Input any image to test the models prediction. Currently the mod
|
|
68 |
images_folder = "examples"
|
69 |
|
70 |
# Define the examples list with full paths
|
71 |
-
examples = [[os.path.join(images_folder, "plane.
|
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],
|
|
|
68 |
images_folder = "examples"
|
69 |
|
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],
|