Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
enio
/
vit
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a019c7e
vit
/
app.py
enio
Update app.py
a019c7e
over 2 years ago
raw
Copy download link
history
blame
174 Bytes
import
gradio
as
gr
examples = [
'tiget.jpg'
,
'teapot.jpg'
,
'palace.jpg'
]
gr.Interface.load(
"google/vit-base-patch16-224"
,
examples=examples).launch()