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