nickmuchi commited on
Commit
baa6943
1 Parent(s): cad5bb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -77,8 +77,8 @@ def detect_objects(model_name,url,image_upload,threshold):
77
 
78
  return viz_img
79
 
80
- examples=[['facebook/detr-resnet-50','https://media-cldnry.s-nbcnews.com/image/upload/t_fit-1500w,f_auto,q_auto:best/newscms/2020_14/3290756/200331-wall-street-ew-343p.jpg',,0.7],
81
- ['facebook/detr-resnet-50',,'IMG_5205.JPG',0.7]]
82
 
83
  title = 'Object Detection App with DETR and YOLOS'
84
 
 
77
 
78
  return viz_img
79
 
80
+ #examples=[['facebook/detr-resnet-50','https://media-cldnry.s-nbcnews.com/image/upload/t_fit-1500w,f_auto,q_auto:best/newscms/2020_14/3290756/200331-wall-street-ew-#343p.jpg',,0.7]
81
+
82
 
83
  title = 'Object Detection App with DETR and YOLOS'
84