Spaces:
Sleeping
Sleeping
alyxx
commited on
Commit
•
6a40cba
1
Parent(s):
cacfc79
update
Browse files- app.py +2 -2
- bulba.jfif +0 -0
- charmander.png +0 -0
- pika.jfif +0 -0
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 |
-
|
10 |
-
|
11 |
).launch()
|
|
|
6 |
gr.Interface.from_pipeline(pipe,
|
7 |
title="Whos's that pokemon",
|
8 |
description="Pokemon Image Classification",
|
9 |
+
examples = ['bulba.jpg', 'charmandar.jpg', 'pika.jpg'],
|
10 |
+
article = "Author: kaiku",
|
11 |
).launch()
|
bulba.jfif
ADDED
Binary file (8.52 kB). View file
|
|
charmander.png
ADDED
pika.jfif
ADDED
Binary file (4.56 kB). View file
|
|