Update app.py
Browse files
app.py
CHANGED
|
@@ -28,6 +28,7 @@ def predict(image):
|
|
| 28 |
"object-detection", model="Antoine101/detr-resnet-50-dc5-fashionpedia-finetuned"
|
| 29 |
)
|
| 30 |
results = obj_detector(image)
|
|
|
|
| 31 |
return plot_results(image, results)
|
| 32 |
|
| 33 |
title = "Are you fashion?"
|
|
|
|
| 28 |
"object-detection", model="Antoine101/detr-resnet-50-dc5-fashionpedia-finetuned"
|
| 29 |
)
|
| 30 |
results = obj_detector(image)
|
| 31 |
+
print(results)
|
| 32 |
return plot_results(image, results)
|
| 33 |
|
| 34 |
title = "Are you fashion?"
|