Spaces:
Runtime error
Runtime error
Commit ·
bc5f7a7
1
Parent(s): a6dc4e7
Update app.py
Browse files
app.py
CHANGED
|
@@ -192,7 +192,7 @@ def image_classifier(inp):
|
|
| 192 |
|
| 193 |
title = "Prediction of Car Modernity Score"
|
| 194 |
description = "Upload image of car to get prediction of the modernity score. If image includes multiple cars, car with largest pixel count is extracted"
|
| 195 |
-
examples = [['test_img_1.jpg'], ['test_img_2.jpg'], ['test_img_3.jpg'], ['test_img_4.jpg'], ['test_img_5.jpg'], ['test_img_6.
|
| 196 |
|
| 197 |
classif_app = gr.Interface(fn=image_classifier,
|
| 198 |
inputs="image",
|
|
|
|
| 192 |
|
| 193 |
title = "Prediction of Car Modernity Score"
|
| 194 |
description = "Upload image of car to get prediction of the modernity score. If image includes multiple cars, car with largest pixel count is extracted"
|
| 195 |
+
examples = [['test_img_1.jpg'], ['test_img_2.jpg'], ['test_img_3.jpg'], ['test_img_4.jpg'], ['test_img_5.jpg'], ['test_img_6.jpeg'], ['test_img_7.jpeg']]
|
| 196 |
|
| 197 |
classif_app = gr.Interface(fn=image_classifier,
|
| 198 |
inputs="image",
|