Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ Generate any type of image with Flux-Dev (Lora: Flux-uncensored). Note: This sc
|
|
127 |
minimum=1,
|
128 |
maximum=50,
|
129 |
step=1,
|
130 |
-
value=
|
131 |
)
|
132 |
|
133 |
gr.Examples(examples=examples, inputs=[prompt])
|
|
|
127 |
minimum=1,
|
128 |
maximum=50,
|
129 |
step=1,
|
130 |
+
value=2,
|
131 |
)
|
132 |
|
133 |
gr.Examples(examples=examples, inputs=[prompt])
|