Spaces:
Build error
Build error
Upload app.py
Browse files
app.py
CHANGED
@@ -9,9 +9,8 @@ with gr.Blocks() as demo:
|
|
9 |
with gr.Row():
|
10 |
gr.Markdown(
|
11 |
'''# Segment Anything!π
|
12 |
-
The Segment Anything Model (SAM) produces high quality object masks from input prompts such as points or boxes, and it can be used to generate masks for all objects in an image.
|
13 |
-
[![Duplicate this Space](https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-sm.svg)](https://huggingface.co/spaces/AIBoy1993/segment_anything_webui?duplicate=true)
|
14 |
-
[**Official Project**](https://segment-anything.com/)
|
15 |
'''
|
16 |
)
|
17 |
with gr.Row():
|
|
|
9 |
with gr.Row():
|
10 |
gr.Markdown(
|
11 |
'''# Segment Anything!π
|
12 |
+
The Segment Anything Model (SAM) produces high quality object masks from input prompts such as points or boxes, and it can be used to generate masks for all objects in an image. More information can be found in [**Official Project**](https://segment-anything.com/).
|
13 |
+
[![Duplicate this Space](https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-sm.svg)](https://huggingface.co/spaces/AIBoy1993/segment_anything_webui?duplicate=true)
|
|
|
14 |
'''
|
15 |
)
|
16 |
with gr.Row():
|