Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tatoy
/
google-vit
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
66a62a0
google-vit
/
app.py
tatoy
Update app.py
66a62a0
about 2 years ago
raw
Copy download link
history
blame
Safe
92 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/google/vit-large-patch16-224-in21k"
).launch()