Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rishabhdhayal
/
google-vit-base-patch16-224
like
0
Running
App
Files
Files
Community
main
google-vit-base-patch16-224
/
app.py
rishabhdhayal
initial commit
0362e00
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
75 Bytes
import
gradio
as
gr
gr.load(
"models/google/vit-base-patch16-224"
).launch()