Jordan Legg commited on
Commit
625d325
1 Parent(s): fca9488

fix seed on example

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ examples = [
108
  "NOT PANORAMIC, NOT MIRRORED. a rocket car going across the bonneville salt flats, the image is blurred to show the immense speed.", # prompt
109
  "4.00:1 (Polyvision)", # aspect_ratio
110
  3072, # width
111
- 8299210943349724000, # seed
112
  False, # randomize_seed
113
  4, # num_inference_steps
114
  ],
 
108
  "NOT PANORAMIC, NOT MIRRORED. a rocket car going across the bonneville salt flats, the image is blurred to show the immense speed.", # prompt
109
  "4.00:1 (Polyvision)", # aspect_ratio
110
  3072, # width
111
+ 23, # seed
112
  False, # randomize_seed
113
  4, # num_inference_steps
114
  ],