Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -338,7 +338,7 @@ with gr.Blocks(theme=gr.themes.Origin()) as demo:
|
|
338 |
guidance_scale = gr.Slider(
|
339 |
label="Guidance scale",
|
340 |
minimum=0.0,
|
341 |
-
maximum=
|
342 |
step=0.1,
|
343 |
value=4.2, # Replace with defaults that work for your model
|
344 |
)
|
|
|
338 |
guidance_scale = gr.Slider(
|
339 |
label="Guidance scale",
|
340 |
minimum=0.0,
|
341 |
+
maximum=30.0,
|
342 |
step=0.1,
|
343 |
value=4.2, # Replace with defaults that work for your model
|
344 |
)
|