Update app.py
Browse filessetting seed manually
app.py
CHANGED
@@ -33,7 +33,7 @@ with gr.Blocks() as demo:
|
|
33 |
gr.Markdown("# Stable Diffusion Explorer")
|
34 |
gr.Markdown("## Choose from the prompts below to explore how the Stable Diffusion model represents different professions")
|
35 |
seed_choice = gr.State(0)
|
36 |
-
seed_choice =
|
37 |
print("Seed choice is: " + str(seed_choice))
|
38 |
with gr.Row():
|
39 |
with gr.Column():
|
|
|
33 |
gr.Markdown("# Stable Diffusion Explorer")
|
34 |
gr.Markdown("## Choose from the prompts below to explore how the Stable Diffusion model represents different professions")
|
35 |
seed_choice = gr.State(0)
|
36 |
+
seed_choice = 93109
|
37 |
print("Seed choice is: " + str(seed_choice))
|
38 |
with gr.Row():
|
39 |
with gr.Column():
|