KingNish commited on
Commit
0203952
·
verified ·
1 Parent(s): 3a70388

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def generate(
50
  prompt: str,
51
  negative_prompt: str = "",
52
  use_negative_prompt: bool = False,
53
- seed: int = 0,
54
  width: int = 1024,
55
  height: int = 1024,
56
  guidance_scale: float = 3,
 
50
  prompt: str,
51
  negative_prompt: str = "",
52
  use_negative_prompt: bool = False,
53
+ seed: int = 24,
54
  width: int = 1024,
55
  height: int = 1024,
56
  guidance_scale: float = 3,