Antoine101 commited on
Commit
cc42488
·
verified ·
1 Parent(s): 25b70dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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?"