Spaces:
Runtime error
Runtime error
Rollback to cache_examples=False
Browse files
app.py
CHANGED
@@ -11,8 +11,8 @@ iface = gr.Interface.load('alkzar90/croupier-creature-classifier',
|
|
11 |
src='models',
|
12 |
title='Bestiario',
|
13 |
description='Tu guía para identificar criaturas',
|
14 |
-
examples=[['crusader_peco_peco.png'], ['goblin_wow.png'], ['dobby_harry_potter.jpg'], ['resident_evil_nemesis.jpeg']]
|
15 |
-
|
16 |
|
17 |
|
18 |
if __name__ == "__main__":
|
|
|
11 |
src='models',
|
12 |
title='Bestiario',
|
13 |
description='Tu guía para identificar criaturas',
|
14 |
+
examples=[['crusader_peco_peco.png'], ['goblin_wow.png'], ['dobby_harry_potter.jpg'], ['resident_evil_nemesis.jpeg']],
|
15 |
+
cache_examples=False)
|
16 |
|
17 |
|
18 |
if __name__ == "__main__":
|