Typo fix (#7)
Browse files- Typo fix (16f31fe345d0dc160feb9e439967a586c4d6bcc6)
Co-authored-by: Christopher Akiki <cakiki@users.noreply.huggingface.co>
app.py
CHANGED
@@ -66,7 +66,7 @@ models = ["Stable Diffusion 1.4", "Dall-E 2","Stable Diffusion 2"]
|
|
66 |
|
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
|
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
|
|
|
66 |
|
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 Diffusion 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
|