JustinLin610 commited on
Commit
7c6dff2
1 Parent(s): ce40f81
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -42,9 +42,9 @@ inputs = [
42
  iface = gr.Interface(image_text_zeroshot,
43
  inputs,
44
  "label",
45
- examples=[[".assets/dog_image.jpg", "A dog|A car|A bird"],
46
- [".assets/car_image.jpg", "A dog|A car|A bird"],
47
- [".assets/bird_image.jpg", "A dog|A car|A bird"]],
48
  description="""Zeroshot test""",
49
  title="Zero-shot Classification")
50
 
 
42
  iface = gr.Interface(image_text_zeroshot,
43
  inputs,
44
  "label",
45
+ examples=[["assets/dog_image.jpg", "A dog|A car|A bird"],
46
+ ["assets/car_image.jpg", "A dog|A car|A bird"],
47
+ ["assets/bird_image.jpg", "A dog|A car|A bird"]],
48
  description="""Zeroshot test""",
49
  title="Zero-shot Classification")
50