Kaushik Bar commited on
Commit
927aaec
1 Parent(s): 15e8a30

sophie example added

Browse files
Files changed (2) hide show
  1. app.py +2 -1
  2. examples/5.png +0 -0
app.py CHANGED
@@ -20,7 +20,8 @@ iface = gr.Interface(shot,
20
  ["examples/1.jpg", "ralph lauren;;apparel store;;ralph lauren store;;shirts;;wardrobe;;white flower"],
21
  ["examples/2.JPG", "adidas;;apparel store;;adidas store;;shirts;;wardrobe;;women training;;shoes"],
22
  ["examples/3.jpg", "project x;;sweet monster;;bags store;;store;;shoes store;;glass windows;;hanging lights"],
23
- ["examples/4.JPG", "multi brand store;;multi brand shoe store;;shoe store;;mannequins;;adidas store;;reebok store;;puma store"],
 
24
  ],
25
  description="Add a picture and a list of labels separated by ;;",
26
  title="Zero-shot Image Classification")
 
20
  ["examples/1.jpg", "ralph lauren;;apparel store;;ralph lauren store;;shirts;;wardrobe;;white flower"],
21
  ["examples/2.JPG", "adidas;;apparel store;;adidas store;;shirts;;wardrobe;;women training;;shoes"],
22
  ["examples/3.jpg", "project x;;sweet monster;;bags store;;store;;shoes store;;glass windows;;hanging lights"],
23
+ ["examples/4.JPG", "multi brand store;;multi brand shoe store;;shoe store;;mannequins;;adidas store;;reebok store;;puma store"],
24
+ ["examples/5.png", "sophie;;scene"],
25
  ],
26
  description="Add a picture and a list of labels separated by ;;",
27
  title="Zero-shot Image Classification")
examples/5.png ADDED