kenkina's picture
fix: sharing is not available in Spaces
7d63a3e
raw
history blame contribute delete
243 Bytes
import gradio as gr
titulo = "Un demo"
desc = "Esto es un demo"
gr.Interface.load(
"huggingface/microsoft/swin-tiny-patch4-window7-224",
inputs = gr.Image(label = "Imagen aquí"),
title = titulo,
description = desc
).launch()