File size: 524 Bytes
9595a45
 
6a06e20
 
 
 
 
9595a45
 
 
6a06e20
 
9595a45
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import gradio as gr

img_examples = ['./examples/crusader_peco_peco.png',
                './examples/goblin_wow.png',
                './examples/dobby_harry_potter.jpg',
                './examples/resident_evil_nemesis.jpeg']

iface = gr.Interface.load('alkzar90/croupier-creature-classifier',
                          src='models',
                          title='Bestiario',
                          description='Tu guía para identificar criaturas',
                          examples=img_examples)

iface.launch()