Spaces:
Runtime error
Runtime error
Anonymous Authors
commited on
Commit
·
450db2f
1
Parent(s):
dd33b94
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ with gr.Blocks() as demo:
|
|
45 |
gr.Markdown("# Colorfulness Nearest Neighbors Explorer")
|
46 |
gr.Markdown("### Colorfulness 1-D index of the _professions_ dataset of images generated by 3 models")
|
47 |
gr.Markdown("#### Choose one of the generated identity images to see its nearest neighbors according to colorfulness")
|
48 |
-
gr.
|
49 |
with gr.Row():
|
50 |
with gr.Column():
|
51 |
model = gr.Radio(models, label="Model")
|
|
|
45 |
gr.Markdown("# Colorfulness Nearest Neighbors Explorer")
|
46 |
gr.Markdown("### Colorfulness 1-D index of the _professions_ dataset of images generated by 3 models")
|
47 |
gr.Markdown("#### Choose one of the generated identity images to see its nearest neighbors according to colorfulness")
|
48 |
+
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>""")
|
49 |
with gr.Row():
|
50 |
with gr.Column():
|
51 |
model = gr.Radio(models, label="Model")
|