Spaces:
Sleeping
Sleeping
alyxx commited on
Commit ·
149fff5
1
Parent(s): 8c636ff
update
Browse files
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', '
|
| 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()
|