Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yupikopi
/
test11
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
test11
/
app.py
yupikopi
Update app.py
a47a645
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
134 Bytes
import
gradio
as
gr
demo = gr.Interface(
inputs=[gr.Image()],
outputs=
"image"
,
title=
"MaskFormer Demo"
)
demo.launch()