Spaces:
Runtime error
Runtime error
'final'
Browse files- app.py +1 -1
- arceus.jpg +0 -0
- charizard.png +0 -0
- rayquaza.png +0 -0
app.py
CHANGED
@@ -3,4 +3,4 @@ from transformers import pipeline
|
|
3 |
|
4 |
pipe = pipeline(task="image-classification", model="imjeffhi/pokemon_classifier")
|
5 |
|
6 |
-
gr.Interface.from_pipeline(pipe, title="Pokemon Classifier", description="
|
|
|
3 |
|
4 |
pipe = pipeline(task="image-classification", model="imjeffhi/pokemon_classifier")
|
5 |
|
6 |
+
gr.Interface.from_pipeline(pipe, title="Pokemon Classifier", description="Pokemon Classifier using a fine-tuned version of ViT-base on a collected set of Pokémon images", examples = ['arceus.jpg', 'charizard.png', 'rayquaza.png'], allow_flagging="never").launch()
|
arceus.jpg
ADDED
![]() |
charizard.png
ADDED
![]() |
rayquaza.png
ADDED
![]() |