evalstate HF Staff commited on
Commit
11bc4fe
·
verified ·
1 Parent(s): a199f47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, num_in
33
  generator = generator,
34
  guidance_scale=0.0
35
  ).images[0]
36
- return image, seed
37
 
38
  examples = [
39
  "a tiny astronaut hatching from an egg on the moon",
 
33
  generator = generator,
34
  guidance_scale=0.0
35
  ).images[0]
36
+ return image, "Seed used for generation: " + str(seed)
37
 
38
  examples = [
39
  "a tiny astronaut hatching from an egg on the moon",