Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -508,7 +508,7 @@ with gr.Blocks(theme='Hev832/Applio') as blocks:
|
|
508 |
step=1,
|
509 |
value=-1,
|
510 |
label="Creative Seed for the Image Generation",
|
511 |
-
randomize=
|
512 |
)
|
513 |
with gr.Accordion("How Creative Seed Works for Generating New and Unique Images (Click For Explanation)", open=False):
|
514 |
gr.Markdown(
|
|
|
508 |
step=1,
|
509 |
value=-1,
|
510 |
label="Creative Seed for the Image Generation",
|
511 |
+
randomize=True,
|
512 |
)
|
513 |
with gr.Accordion("How Creative Seed Works for Generating New and Unique Images (Click For Explanation)", open=False):
|
514 |
gr.Markdown(
|