Spaces:
Runtime error
Runtime error
Anonymous Authors
commited on
Commit
β’
10b2c7e
1
Parent(s):
854815d
Update app.py
Browse files
app.py
CHANGED
@@ -67,6 +67,7 @@ models = ["Stable Diffusion 1.4", "Dall-E 2","Stable Diffusion 2"]
|
|
67 |
with gr.Blocks() as demo:
|
68 |
gr.Markdown("# Diffusion Bias Explorer")
|
69 |
gr.Markdown("## Choose from the prompts below to explore how the text-to-image models like [Stable Diffusion v1.4](https://huggingface.co/CompVis/stable-diffusion-v-1-4-original), [Stable Diffion v.2](https://huggingface.co/stabilityai/stable-diffusion-2) and [DALLE-2](https://openai.com/dall-e-2/) represent different professions and adjectives")
|
|
|
70 |
# gr.Markdown("Some of the images for Dall-E 2 are missing -- we are still in the process of generating them! If you get an 'error', please pick another prompt.")
|
71 |
# seed_choice = gr.State(0)
|
72 |
# seed_choice = 93109
|
|
|
67 |
with gr.Blocks() as demo:
|
68 |
gr.Markdown("# Diffusion Bias Explorer")
|
69 |
gr.Markdown("## Choose from the prompts below to explore how the text-to-image models like [Stable Diffusion v1.4](https://huggingface.co/CompVis/stable-diffusion-v-1-4-original), [Stable Diffion v.2](https://huggingface.co/stabilityai/stable-diffusion-2) and [DALLE-2](https://openai.com/dall-e-2/) represent different professions and adjectives")
|
70 |
+
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>""")
|
71 |
# gr.Markdown("Some of the images for Dall-E 2 are missing -- we are still in the process of generating them! If you get an 'error', please pick another prompt.")
|
72 |
# seed_choice = gr.State(0)
|
73 |
# seed_choice = 93109
|