File size: 211 Bytes
3babb25
5a12f86
 
3babb25
5a12f86
 
 
 
1
2
3
4
5
6
7
8
import gradio as gr

gr.Interface.load(
    "huggingface/microsoft/swin-tiny-patch4-window7-224",
    inputs=gr.Image(label="Carga una imagen aquí"),
    title = titulo,
    description = descripcion
).launch()