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

Refine description in app.py to clarify dog detection and breed identification process, enhancing user understanding of the feature.

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 crop each dog to find the breed and provide an annotated crop",
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, 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
  ],