Spaces:
Runtime error
Runtime error
Commit
·
60696a5
1
Parent(s):
e70241f
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,6 +31,7 @@ with gr.Blocks() as demo:
|
|
| 31 |
gr.Markdown("# BoVW Nearest Neighbors Explorer")
|
| 32 |
gr.Markdown("### TF-IDF index of the _identities_ dataset of images generated by 3 models using a visual vocabulary of 10,752 words.")
|
| 33 |
gr.Markdown("#### Choose one of the generated identity images to see its nearest neighbors according to a bag-of-visual-words model.")
|
|
|
|
| 34 |
with gr.Row():
|
| 35 |
with gr.Column():
|
| 36 |
model = gr.Radio(models, label="Model")
|
|
|
|
| 31 |
gr.Markdown("# BoVW Nearest Neighbors Explorer")
|
| 32 |
gr.Markdown("### TF-IDF index of the _identities_ dataset of images generated by 3 models using a visual vocabulary of 10,752 words.")
|
| 33 |
gr.Markdown("#### Choose one of the generated identity images to see its nearest neighbors according to a bag-of-visual-words model.")
|
| 34 |
+
gr.HTML("""<span style="color:red">⚠️ <b>DISCLAIMER: the images displayed by this tool were generated by text-to-image models and may depict offensive stereotypes or contain explicit content.</b></span>""")
|
| 35 |
with gr.Row():
|
| 36 |
with gr.Column():
|
| 37 |
model = gr.Radio(models, label="Model")
|