sasha HF staff clem HF staff commited on
Commit
5145b26
1 Parent(s): 07802ce

add link to model (#2)

Browse files

- add link to model (1c9a107a7b7891ebf5ad9e7b51fdba49f6cc22d6)


Co-authored-by: 🤗 <clem@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ professions = sorted([p.lower() for p in prompts['Occupation-Noun'].tolist()])
32
 
33
  with gr.Blocks() as demo:
34
  gr.Markdown("# Stable Diffusion Explorer")
35
- gr.Markdown("## Choose from the prompts below to explore how the Stable Diffusion v1.4 model represents different professions and adjectives")
36
  # seed_choice = gr.State(0)
37
  # seed_choice = 93109
38
  # print("Seed choice is: " + str(seed_choice))
 
32
 
33
  with gr.Blocks() as demo:
34
  gr.Markdown("# Stable Diffusion Explorer")
35
+ gr.Markdown("## Choose from the prompts below to explore how the [Stable Diffusion v1.4 model] (https://huggingface.co/CompVis/stable-diffusion-v-1-4-original) represents different professions and adjectives")
36
  # seed_choice = gr.State(0)
37
  # seed_choice = 93109
38
  # print("Seed choice is: " + str(seed_choice))