Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
akhaliq
/
Swin-Transformer
like
5
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
413b741
Swin-Transformer
/
app.py
akhaliq
HF staff
Update app.py
628e527
about 3 years ago
raw
Copy download link
history
blame
135 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/microsoft/swin-large-patch4-window12-384-in22k"
,examples=[[
"tiger.jpeg"
]]).launch()