Spaces:
Runtime error
Runtime error
Dominik Hintersdorf
commited on
Commit
Β·
ceb330a
1
Parent(s):
cbb15f9
added explanation
Browse files
app.py
CHANGED
@@ -493,8 +493,12 @@ with block as demo:
|
|
493 |
</a>. Our code can be found at
|
494 |
<a href="https://github.com/D0miH/does-clip-know-my-face" style="text-decoration: underline;" target="_blank">
|
495 |
GitHub
|
496 |
-
</a
|
497 |
-
|
|
|
|
|
|
|
|
|
498 |
</div>
|
499 |
"""
|
500 |
)
|
|
|
493 |
</a>. Our code can be found at
|
494 |
<a href="https://github.com/D0miH/does-clip-know-my-face" style="text-decoration: underline;" target="_blank">
|
495 |
GitHub
|
496 |
+
</a>.
|
497 |
+
<br><br>
|
498 |
+
<b>How does it work?</b> We are giving CLIP your images and let it choose from 1000 possible names.
|
499 |
+
As CLIP is predicting the names that match the given images, we can probe whether the model has seen your images
|
500 |
+
during training.
|
501 |
+
</p>
|
502 |
</div>
|
503 |
"""
|
504 |
)
|