Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ model_paths = [
|
|
| 27 |
]
|
| 28 |
|
| 29 |
# Paths to example images
|
| 30 |
-
path = [['image_0.jpg'], ['image_1.jpg']]
|
| 31 |
|
| 32 |
# Function to run inference and show predictions
|
| 33 |
def show_preds_image(image_path, selected_model):
|
|
|
|
| 27 |
]
|
| 28 |
|
| 29 |
# Paths to example images
|
| 30 |
+
path = [['image_0.jpg'], ['image_1.jpg'], ['image_2.jpg']]
|
| 31 |
|
| 32 |
# Function to run inference and show predictions
|
| 33 |
def show_preds_image(image_path, selected_model):
|