sasha HF staff commited on
Commit
c126fb9
1 Parent(s): 8998171

Update app.py

Browse files

setting seed manually

Files changed (1) hide show
  1. app.py +1 -1
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 = random.choice(seeds)
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():