Spaces:
Runtime error
Runtime error
Anonymous Authors
commited on
Commit
·
5b42d79
1
Parent(s):
09b4cfa
Update app.py
Browse files
app.py
CHANGED
@@ -36,6 +36,7 @@ with gr.Blocks() as demo:
|
|
36 |
gr.Markdown("# Text-to-Image Diffusion Model Average Faces")
|
37 |
gr.Markdown("### We ran 150 professions and 20 adjectives through 3 text-to-image diffusion models to examine what they generate.")
|
38 |
gr.Markdown("#### Choose one of the professions and adjectives from the dropdown menus and see the average face generated by each model.")
|
|
|
39 |
with gr.Row():
|
40 |
|
41 |
with gr.Column():
|
|
|
36 |
gr.Markdown("# Text-to-Image Diffusion Model Average Faces")
|
37 |
gr.Markdown("### We ran 150 professions and 20 adjectives through 3 text-to-image diffusion models to examine what they generate.")
|
38 |
gr.Markdown("#### Choose one of the professions and adjectives from the dropdown menus and see the average face generated by each model.")
|
39 |
+
gr.HTML("""<span style="color:red">⚠️ <b>DISCLAIMER: the images displayed by this tool are based on images which were generated by text-to-image models which may depict offensive stereotypes or contain explicit content.</b></span>""")
|
40 |
with gr.Row():
|
41 |
|
42 |
with gr.Column():
|