Spaces:
Running
Running
Update app.py
Browse files
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 =
|
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,
|