Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -196,7 +196,7 @@ The QR code serves as both the initial image and the control image, allowing for
|
|
196 |
minimum=-1,
|
197 |
maximum=9999999999,
|
198 |
step=1,
|
199 |
-
value
|
200 |
label="Seed",
|
201 |
randomize=True,
|
202 |
)
|
|
|
196 |
minimum=-1,
|
197 |
maximum=9999999999,
|
198 |
step=1,
|
199 |
+
value=-1,
|
200 |
label="Seed",
|
201 |
randomize=True,
|
202 |
)
|