Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
enio
/
vit
like
0
Runtime error
App
Files
Files
Community
feb671d
vit
/
app.py
enio
Update app.py
feb671d
about 2 years ago
raw
Copy download link
history
blame
186 Bytes
import
gradio
as
gr
examples = [
'tiget.jpg'
,
'teapot.jpg'
,
'palace.jpg'
]
gr.Interface.load(
"huggingface/google/vit-base-patch16-224"
,
examples=examples).launch()