Anonymous Authors commited on
Commit
dd33b94
·
1 Parent(s): 2a191b5

Update app.py

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