alkzar90's picture
Fix missing parenthesis
26c61ee
raw
history blame
646 Bytes
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.png']])
iface.launch()