Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
IPN
/
demo_
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
demo_
/
app.py
EridOv
Create app.py
9053619
about 3 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
92 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/google/vit-base-patch16-224"
).launch();