Antoine245 commited on
Commit
12a6528
·
1 Parent(s): f24faa2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -45,8 +45,8 @@ gr.Interface(
45
  theme="grass",
46
  outputs="label",
47
  examples=[
48
- ["assets/cartoon.jpeg", "dinosaur, drawing, forest",],
49
- ["assets/painting.jpeg", "watercolor painting, oil painting, boats",],
50
  ],
51
  title="Zero-Shot Image Classification with ALIGN",
52
  description=description
 
45
  theme="grass",
46
  outputs="label",
47
  examples=[
48
+ ["cartoon.jpeg", "dinosaur, drawing, forest",],
49
+ ["painting.jpeg", "watercolor painting, oil painting, boats",],
50
  ],
51
  title="Zero-Shot Image Classification with ALIGN",
52
  description=description