xinlongwang commited on
Commit
35ad4f6
β€’
1 Parent(s): 4b455f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -67,10 +67,10 @@ demo_mask = gr.Interface(fn=inference_mask1,
67
  Choose an example below &#128293; &#128293; &#128293; <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 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",
 
67
  Choose an example below &#128293; &#128293; &#128293; <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",