Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ with gr.Blocks(css=css) as demo:
|
|
124 |
minimum=0.0,
|
125 |
maximum=10.0,
|
126 |
step=0.1,
|
127 |
-
value=
|
128 |
info="Higher values make the output closer to the prompt"
|
129 |
)
|
130 |
|
@@ -133,7 +133,7 @@ with gr.Blocks(css=css) as demo:
|
|
133 |
minimum=1,
|
134 |
maximum=50,
|
135 |
step=1,
|
136 |
-
value=
|
137 |
info="More steps increase image quality but also generation time"
|
138 |
)
|
139 |
|
|
|
124 |
minimum=0.0,
|
125 |
maximum=10.0,
|
126 |
step=0.1,
|
127 |
+
value=0.0,
|
128 |
info="Higher values make the output closer to the prompt"
|
129 |
)
|
130 |
|
|
|
133 |
minimum=1,
|
134 |
maximum=50,
|
135 |
step=1,
|
136 |
+
value=2,
|
137 |
info="More steps increase image quality but also generation time"
|
138 |
)
|
139 |
|