Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ with gr.Blocks(css=css) as demo:
|
|
100 |
|
101 |
with gr.Row():
|
102 |
steps = gr.Slider(label="Inference Steps", minimum=4, maximum=10, step=1, value=8)
|
103 |
-
scales = gr.Slider(label="Guidance Scale", minimum=0.0, maximum=
|
104 |
with gr.Row():
|
105 |
seed = gr.Number(label="Seed", value=-1, precision=0)
|
106 |
with gr.Row():
|
|
|
100 |
|
101 |
with gr.Row():
|
102 |
steps = gr.Slider(label="Inference Steps", minimum=4, maximum=10, step=1, value=8)
|
103 |
+
scales = gr.Slider(label="Guidance Scale", minimum=0.0, maximum=5.0, step=0.1, value=2.0)
|
104 |
with gr.Row():
|
105 |
seed = gr.Number(label="Seed", value=-1, precision=0)
|
106 |
with gr.Row():
|