Spaces:
Runtime error
Runtime error
xinlongwang
commited on
Commit
β’
35ad4f6
1
Parent(s):
4b455f2
Update app.py
Browse files
app.py
CHANGED
@@ -67,10 +67,10 @@ demo_mask = gr.Interface(fn=inference_mask1,
|
|
67 |
Choose an example below 🔥 🔥 🔥 <br>\
|
68 |
Or, upload by yourself: <br>\
|
69 |
1. Upload images to be tested to 'img1' and/or 'img2'. <br>2. Upload a prompt image to 'prompt' and draw a mask. <br>\
|
70 |
-
Tips: The more accurate you annotate, the more accurate the model predicts.;) <br>\
|
71 |
<br> \
|
|
|
72 |
π Examples below were never trained and are randomly selected for testing in the wild. <br>\
|
73 |
-
π Current UI interface
|
74 |
</p>",
|
75 |
cache_examples=False,
|
76 |
allow_flagging="never",
|
|
|
67 |
Choose an example below 🔥 🔥 🔥 <br>\
|
68 |
Or, upload by yourself: <br>\
|
69 |
1. Upload images to be tested to 'img1' and/or 'img2'. <br>2. Upload a prompt image to 'prompt' and draw a mask. <br>\
|
|
|
70 |
<br> \
|
71 |
+
π The more accurate you annotate, the more accurate the model predicts. <br>\
|
72 |
π Examples below were never trained and are randomly selected for testing in the wild. <br>\
|
73 |
+
π Current UI interface only unleashes a small part of the capabilities of SegGPT, i.e., 1-shot case. \
|
74 |
</p>",
|
75 |
cache_examples=False,
|
76 |
allow_flagging="never",
|