D0miH commited on
Commit
501f13c
1 Parent(s): aedb861

added disclaimer

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -548,6 +548,8 @@ with block as demo:
548
  <b>How does it work?</b> We are giving CLIP your images and let it choose from 1000 possible names.
549
  As CLIP is predicting the names that match the given images, we can probe whether the model has seen your images
550
  during training. The more images you upload the more confident you can be in the result!
 
 
551
  </p>
552
  </div>
553
  """
 
548
  <b>How does it work?</b> We are giving CLIP your images and let it choose from 1000 possible names.
549
  As CLIP is predicting the names that match the given images, we can probe whether the model has seen your images
550
  during training. The more images you upload the more confident you can be in the result!
551
+ <br><br>
552
+ <b>Disclaimer:</b> In order to process the images, they are cached on the server. The images are only used for predicting whether the person was in the training data.
553
  </p>
554
  </div>
555
  """