jeraldflowers's picture
upload demo
e8e08a1
import gradio as gr
title = "My first Demo with Hugging Face"
description = "This is a demo as a example"
gr.Interface.load(
"huggingface/microsoft/swin-tiny-patch4-window7-224",
inputs=gr.Image(label="Load an image here"),
title=title,
description=description
).launch()