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