Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
manoh2f2
/
vit-classify-flowers
like
3
Sleeping
App
Files
Files
Community
73ee263
vit-classify-flowers
/
app.py
manoh2f2
initial commit
f592388
about 1 year ago
raw
Copy download link
history
blame
Safe
78 Bytes
import
gradio
as
gr
gr.load(
"models/manoh2f2/finetuned-vit-flowers"
).launch()