Spaces:
Sleeping
Sleeping
File size: 316 Bytes
0a54e77 |
1 2 3 4 5 6 7 8 9 |
import gradio as gr
titulo = 'Demo con Hugging Faces'
description = 'Este es un demo y ya XD'
gr.Interface.load("huggingface/microsoft/swin-tiny-patch4-window7-224",
inputs = gr.Image(label="Carga una imagen"),
title = titulo,
description = description).launch() |