Spaces:
Runtime error
Runtime error
Update repo
Browse files- app.py +1 -1
- crusader_peco_peco.png +0 -0
- dobby_harry_potter.jpg +0 -0
- goblin_wow.png +0 -0
- resident_evil_nemesis.jpeg +0 -0
app.py
CHANGED
@@ -8,6 +8,6 @@ iface = gr.Interface.load('alkzar90/croupier-creature-classifier',
|
|
8 |
src='models',
|
9 |
title='Bestiario',
|
10 |
description='Tu guía para identificar criaturas',
|
11 |
-
examples=[['crusader_peco_peco.png'], ['goblin_wow']])
|
12 |
|
13 |
iface.launch()
|
|
|
8 |
src='models',
|
9 |
title='Bestiario',
|
10 |
description='Tu guía para identificar criaturas',
|
11 |
+
examples=[['crusader_peco_peco.png'], ['goblin_wow.png']])
|
12 |
|
13 |
iface.launch()
|
crusader_peco_peco.png
DELETED
Binary file (3.65 kB)
|
|
dobby_harry_potter.jpg
DELETED
Binary file (43.7 kB)
|
|
goblin_wow.png
DELETED
Binary file (109 kB)
|
|
resident_evil_nemesis.jpeg
DELETED
Binary file (83 kB)
|
|