stevenbucaille commited on
Commit
bf34015
·
1 Parent(s): ae74d4b

Refine dog detection feature description in app.py to specify the process of annotating the original image with bounding boxes and labels for better clarity.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ with gr.Blocks() as demo:
149
  "https://media.istockphoto.com/id/1203599923/fr/photo/fond-de-nourriture-avec-lassortiment-des-l%C3%A9gumes-organiques-frais.jpg?s=612x612&w=0&k=20&c=Yu8nfOYI9YZ0UTpb7iFqX8OHp9wfvd9keMQ0BZIzhWs=",
150
  ],
151
  [
152
- "Detect each dog in the image, then identify its breed, provide an labeled image with all the dogs and a crop for each dog",
153
  "https://images.pexels.com/photos/10094979/pexels-photo-10094979.jpeg",
154
  ],
155
  ],
 
149
  "https://media.istockphoto.com/id/1203599923/fr/photo/fond-de-nourriture-avec-lassortiment-des-l%C3%A9gumes-organiques-frais.jpg?s=612x612&w=0&k=20&c=Yu8nfOYI9YZ0UTpb7iFqX8OHp9wfvd9keMQ0BZIzhWs=",
150
  ],
151
  [
152
+ "Detect each dog in the image and identify its breed, then provide a crop of each dog and annotate the original image with a bounding box and a label",
153
  "https://images.pexels.com/photos/10094979/pexels-photo-10094979.jpeg",
154
  ],
155
  ],