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...
2a3392e
vit
/
app.py
enio
Update app.py
2a3392e
over 2 years ago
raw
Copy download link
history
blame
Safe
167 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/google/vit-base-patch16-224"
,
examples=[
'tiger.jpg'
,
'teapot.jpg'
,
'palace.jpg'
]).launch()