Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wildoctopus
/
cloth-segmentation
like
32
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
b882389
cloth-segmentation
/
app.py
wildoctopus
Update app.py
b882389
verified
26 days ago
raw
Copy download link
history
blame
Safe
106 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
gr.Markdown(
"# Welcome to Gradio! π"
)
demo.launch()