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