Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
webis-huggingface-workshop
/
omar_demo
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
99f8fb8
omar_demo
/
app.py
espejelomar
Create app.py
99f8fb8
about 3 years ago
raw
Copy download link
history
blame
Safe
100 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/google/vit-base-patch16-224"
).launch(share=
True
)