Anonymous Authors commited on
Commit
b9b7c82
·
1 Parent(s): 3d21eb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -45,6 +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
  with gr.Row():
49
  with gr.Column():
50
  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.Markdown("#⚠️ **DISCLAIMER: the images displayed by this tool were generated by text-to-image models and may depict offensive stereotypes or contain explicit content.**")
49
  with gr.Row():
50
  with gr.Column():
51
  model = gr.Radio(models, label="Model")