Anonymous Authors commited on
Commit
4a36a1b
1 Parent(s): d466a8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -30,6 +30,7 @@ with gr.Blocks() as demo:
30
  gr.Markdown("# Colorfulness Nearest Neighbors Explorer")
31
  gr.Markdown("### Colorfulness 1-D index of the _identities_ dataset of images generated by 3 models")
32
  gr.Markdown("#### Choose one of the generated identity images to see its nearest neighbors according to colorfulness")
 
33
  with gr.Row():
34
  with gr.Column():
35
  model = gr.Radio(models, label="Model")
 
30
  gr.Markdown("# Colorfulness Nearest Neighbors Explorer")
31
  gr.Markdown("### Colorfulness 1-D index of the _identities_ dataset of images generated by 3 models")
32
  gr.Markdown("#### Choose one of the generated identity images to see its nearest neighbors according to colorfulness")
33
+ 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>""")
34
  with gr.Row():
35
  with gr.Column():
36
  model = gr.Radio(models, label="Model")