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...
f57b662
test-inference
/
app.py
abidlabs
HF Staff
Update app.py
f57b662
verified
5 months ago
raw
Copy download link
history
blame
Safe
101 Bytes
import
gradio
as
gr
gr.load(
"google/vit-base-patch16-224"
, src=
"models"
, accept_token=
True
).launch()