Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pzmudzinski
/
clothes-detector
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
clothes-detector
/
app.py
pzmudzinski
Update app.py
fc8e025
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
79 Bytes
import
gradio
as
gr
gr.load(
"models/mattmdjaga/segformer_b2_clothes"
).launch()