Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
test-inference
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2770c51
test-inference
/
app.py
abidlabs
HF Staff
Update app.py
2770c51
verified
5 months ago
raw
Copy download link
history
blame
Safe
107 Bytes
import
gradio
as
gr
gr.load(
"google/vit-base-patch16-224-in21k"
, src=
"models"
, accept_token=
True
).launch()