Spaces:
Runtime error
Runtime error
Test image examples without `cache_examples=False`
Browse filesRelated to https://discuss.huggingface.co/t/add-image-examples-using-gradio-api-mode/21175
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 |
-
cache_examples=False)
|
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__":
|