Spaces:
Runtime error
Runtime error
Alara Dirik
commited on
Commit
•
2f07415
1
Parent(s):
66fc5fb
Update app.py
Browse files
app.py
CHANGED
@@ -50,9 +50,7 @@ description = """
|
|
50 |
Gradio demo for <a href="https://huggingface.co/docs/transformers/main/en/model_doc/maskformer">MaskFormer</a>,
|
51 |
introduced in <a href="https://arxiv.org/abs/2107.06278">Per-Pixel Classification is Not All You Need for Semantic Segmentation
|
52 |
</a>.
|
53 |
-
\n\n"
|
54 |
-
instance and semantic segmentation across four popular datasets (ADE20K, Cityscapes, COCO, Mapillary Vistas). You can use
|
55 |
-
MaskFormer for semantic, instance (illustrated in the demo) and panoptic segmentation.
|
56 |
"""
|
57 |
|
58 |
demo = gr.Interface(
|
|
|
50 |
Gradio demo for <a href="https://huggingface.co/docs/transformers/main/en/model_doc/maskformer">MaskFormer</a>,
|
51 |
introduced in <a href="https://arxiv.org/abs/2107.06278">Per-Pixel Classification is Not All You Need for Semantic Segmentation
|
52 |
</a>.
|
53 |
+
\n\n"MaskFormer is a unified framework for panoptic, instance and semantic segmentation, trained across four popular datasets (ADE20K, Cityscapes, COCO, Mapillary Vistas).
|
|
|
|
|
54 |
"""
|
55 |
|
56 |
demo = gr.Interface(
|