Spaces:
Runtime error
Runtime error
xinlongwang
commited on
Merge branch 'main' of https://huggingface.co/spaces/BAAI/SegGPT into main
Browse files
app.py
CHANGED
@@ -121,10 +121,10 @@ demo_mask_sam = gr.Interface(fn=inference_mask1_sam,
|
|
121 |
examples=examples_sam,
|
122 |
#title="SegGPT for Any Segmentation<br>(Painter Inside)",
|
123 |
description="<p> \
|
124 |
-
<strong>SAM+SegGPT: One touch for segmentation in all images or videos
|
125 |
Choose an example below 🔥 🔥 🔥 <br>\
|
126 |
Or, upload by yourself: <br>\
|
127 |
-
1. Upload images to be tested to 'img1' and 'img2'. <br>2. Upload a prompt image to 'prompt' and draw <strong>a point or line on the target
|
128 |
<br> \
|
129 |
π SAM segments the target with any point or scribble, then SegGPT segments all other images. <br>\
|
130 |
π Examples below were never trained and are randomly selected for testing in the wild. <br>\
|
|
|
121 |
examples=examples_sam,
|
122 |
#title="SegGPT for Any Segmentation<br>(Painter Inside)",
|
123 |
description="<p> \
|
124 |
+
<strong>SAM+SegGPT: One touch for segmentation in all images or videos.</strong> <br>\
|
125 |
Choose an example below 🔥 🔥 🔥 <br>\
|
126 |
Or, upload by yourself: <br>\
|
127 |
+
1. Upload images to be tested to 'img1' and 'img2'. <br>2. Upload a prompt image to 'prompt' and draw <strong>a point or line on the target</strong>. <br>\
|
128 |
<br> \
|
129 |
π SAM segments the target with any point or scribble, then SegGPT segments all other images. <br>\
|
130 |
π Examples below were never trained and are randomly selected for testing in the wild. <br>\
|