Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
smjain
/
vit_ms
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
vit_ms
/
app.py
smjain
Update app.py
d953d16
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
218 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/microsoft/swin-tiny-patch4-window7-224"
,
theme=
"default"
,
css=
".footer{display:none !important}"
,
title=
None
).launch()