Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,8 @@ with gr.Blocks() as demo:
|
|
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. It has been trained on a dataset of 11 million images and 1.1 billion masks, and has strong zero-shot performance on a variety of segmentation tasks.
|
|
|
|
|
13 |
[**Official Project**](https://segment-anything.com/)
|
14 |
'''
|
15 |
)
|
|
|
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. It has been trained on a dataset of 11 million images and 1.1 billion masks, and has strong zero-shot performance on a variety of segmentation tasks.
|
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 |
+
[![Duplicate this Space](https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-sm-dark.svg)](https://huggingface.co/spaces/AIBoy1993/segment_anything_webui?duplicate=true)
|
15 |
[**Official Project**](https://segment-anything.com/)
|
16 |
'''
|
17 |
)
|