Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zergswim
/
test2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
test2
/
app.py
zergswim
Update app.py
6876efa
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
128 Bytes
import
gradio
as
gr
def
segment
(
image
):
return
image
gr.Interface(fn=segment, inputs=
"image"
, outputs=
"image"
).launch()