sasha HF staff commited on
Commit
5f2c1c9
1 Parent(s): 90edf13

Update app.py

Browse files

changing title

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ professions = sorted([p.lower() for p in prompts['Occupation-Noun'].tolist()])
65
  models = ["Stable Diffusion 1.4", "Dall-E 2"]
66
 
67
  with gr.Blocks() as demo:
68
- gr.Markdown("# Stable Diffusion 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) 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)
 
65
  models = ["Stable Diffusion 1.4", "Dall-E 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) 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)