Spaces:
Runtime error
Runtime error
File size: 640 Bytes
b8245c4 9595a45 b8245c4 3483ed3 9595a45 6a06e20 b8245c4 9595a45 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
import os
import gradio as gr
os.system("wget -O crusader_peco_peco.png https://huggingface.co/alkzar90/croupier-creature-classifier/resolve/main/examples/crusader_peco_peco.png"
os.system("wget -O goblin_wow.png https://huggingface.co/alkzar90/croupier-creature-classifier/resolve/main/examples/goblin_wow.png"
iface = gr.Interface.load('alkzar90/croupier-creature-classifier',
src='models',
title='Bestiario',
description='Tu guía para identificar criaturas',
examples=[['crusader_peco_peco.png'], ['goblin_wow']])
iface.launch()
|