Spaces:
Runtime error
Runtime error
Add reference and link to specific SD version (#1)
Browse files- Add reference and link to specific SD version (97dc498e20d8137ae83941ac75941cc12150aae9)
Co-authored-by: Yacine Jernite <yjernite@users.noreply.huggingface.co>
app.py
CHANGED
@@ -37,7 +37,7 @@ with gr.Blocks() as demo:
|
|
37 |
gr.Markdown("#### Choose from the occupations below to compare how Stable Diffusion (left) and Fair Diffusion (right) represent different professions.")
|
38 |
with gr.Row():
|
39 |
with gr.Column():
|
40 |
-
gr.Markdown('## Stable Diffusion Generations')
|
41 |
choice1 = gr.Dropdown(professions, label = "Choose a profession", multiselect= False, interactive=True)
|
42 |
images1 = gr.Gallery(label="Images").style(grid=[4], height="auto")
|
43 |
with gr.Column():
|
|
|
37 |
gr.Markdown("#### Choose from the occupations below to compare how Stable Diffusion (left) and Fair Diffusion (right) represent different professions.")
|
38 |
with gr.Row():
|
39 |
with gr.Column():
|
40 |
+
gr.Markdown('## [Stable Diffusion v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5) Generations')
|
41 |
choice1 = gr.Dropdown(professions, label = "Choose a profession", multiselect= False, interactive=True)
|
42 |
images1 = gr.Gallery(label="Images").style(grid=[4], height="auto")
|
43 |
with gr.Column():
|