Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ with gr.Blocks(css=css) as demo:
|
|
74 |
with gr.Accordion(open=False, label="Advanced Options"):
|
75 |
strength = gr.Slider(label="strength", value=0.9, step=0.05, minimum=0, maximum=1)
|
76 |
additional_prompt = gr.Textbox(label="additional prompt",placeholder ="highly detailed ,simple background")
|
77 |
-
seed = gr.Number(label="seed",
|
78 |
|
79 |
|
80 |
submit = gr.Button("Use stylecode")
|
|
|
74 |
with gr.Accordion(open=False, label="Advanced Options"):
|
75 |
strength = gr.Slider(label="strength", value=0.9, step=0.05, minimum=0, maximum=1)
|
76 |
additional_prompt = gr.Textbox(label="additional prompt",placeholder ="highly detailed ,simple background")
|
77 |
+
seed = gr.Number(label="seed",value = -1)
|
78 |
|
79 |
|
80 |
submit = gr.Button("Use stylecode")
|