dolbohren commited on
Commit
f178d93
·
verified ·
1 Parent(s): 429802a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def infer(
28
  negative_prompt=gr.Text('cat, dog'),
29
  prompt: str = 'cute_animal',
30
  seed: Optional[int] = 42,
31
- randomize_seed,
32
  width = 128,
33
  height = 128,
34
  guidance_scale: Optional[float] = 7,
 
28
  negative_prompt=gr.Text('cat, dog'),
29
  prompt: str = 'cute_animal',
30
  seed: Optional[int] = 42,
31
+ randomize_seed=False,
32
  width = 128,
33
  height = 128,
34
  guidance_scale: Optional[float] = 7,