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