xinlongwang commited on
Commit
6d23ccc
·
1 Parent(s): 6d705f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -68,7 +68,9 @@ demo_mask = gr.Interface(fn=inference_mask1,
68
  Choose an example below &#128293; &#128293; &#128293; <br>\
69
  Or, upload by yourself: <br>\
70
  1. Upload images to be tested to 'img1' and/or 'img2'. <br>2. Upload a prompt image to 'prompt' and draw a mask. <br>\
71
- Tips: The more accurate you annotate, the more accurate the model predicts.;) \
 
 
72
  </p>",
73
  cache_examples=False,
74
  allow_flagging="never",
 
68
  Choose an example below &#128293; &#128293; &#128293; <br>\
69
  Or, upload by yourself: <br>\
70
  1. Upload images to be tested to 'img1' and/or 'img2'. <br>2. Upload a prompt image to 'prompt' and draw a mask. <br>\
71
+ Tips: 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 just unleashes a small part of the capabilities of SegGPT, i.e., 1-shot case. \
74
  </p>",
75
  cache_examples=False,
76
  allow_flagging="never",