alyxx commited on
Commit
149fff5
·
1 Parent(s): 8c636ff
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,6 +6,6 @@ pipe = pipeline(task="image-classification",
6
  gr.Interface.from_pipeline(pipe,
7
  title="Whos's that pokemon",
8
  description="Pokemon Image Classification",
9
- examples = ['bulba.jfif', 'charmandar.png', 'pika.jfif'],
10
  article = "Author: kaiku",
11
  ).launch()
 
6
  gr.Interface.from_pipeline(pipe,
7
  title="Whos's that pokemon",
8
  description="Pokemon Image Classification",
9
+ examples = ['bulba.jfif', 'charmander.png', 'pika.jfif'],
10
  article = "Author: kaiku",
11
  ).launch()