Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Iryna
/
my_first
like
0
Runtime error
App
Files
Files
Community
a8b12a8
my_first
/
app.py
Iryna
Update app.py
a8b12a8
over 2 years ago
raw
Copy download link
history
blame
Safe
90 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/google/vit-base-patch16-224"
).launch()