Add reference and link to specific SD version

#1
by yjernite HF staff - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ with gr.Blocks() as demo:
35
  gr.Markdown("#### Choose from the occupations below to compare how Stable Diffusion (left) and Fair Diffusion (right) represent different professions.")
36
  with gr.Row():
37
  with gr.Column():
38
- gr.Markdown('## Stable Diffusion Generations')
39
  choice1 = gr.Dropdown(professions, label = "Choose a profession", multiselect= False, interactive=True)
40
  images1 = gr.Gallery(label="Images").style(grid=[3], height="auto")
41
  with gr.Column():
 
35
  gr.Markdown("#### Choose from the occupations below to compare how Stable Diffusion (left) and Fair Diffusion (right) represent different professions.")
36
  with gr.Row():
37
  with gr.Column():
38
+ gr.Markdown('## [Stable Diffusion v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5) Generations')
39
  choice1 = gr.Dropdown(professions, label = "Choose a profession", multiselect= False, interactive=True)
40
  images1 = gr.Gallery(label="Images").style(grid=[3], height="auto")
41
  with gr.Column():