AIBoy1993 commited on
Commit
6cc1ca0
β€’
1 Parent(s): 3b9e919

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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. 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) [![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)
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():