Update app.py
Browse files
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 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 represents different professions and adjectives")
|
| 36 |
# seed_choice = gr.State(0)
|
| 37 |
# seed_choice = 93109
|
| 38 |
# print("Seed choice is: " + str(seed_choice))
|