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...
2806401
omar_demo
/
app.py
espejelomar
Update app.py
2806401
almost 3 years ago
raw
Copy download link
history
blame
Safe
91 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/google/vit-base-patch16-224"
).launch();