Spaces:
Running
on
Zero
Running
on
Zero
Rongjiehuang
commited on
Commit
•
44da01a
1
Parent(s):
c54648b
Update app.py
Browse files
app.py
CHANGED
@@ -156,7 +156,7 @@ with gr.Blocks() as demo:
|
|
156 |
run_button = gr.Button()
|
157 |
|
158 |
with gr.Accordion("Advanced options", open=False):
|
159 |
-
ddim_steps = gr.Slider(label="
|
160 |
maximum=50, value=25, step=1)
|
161 |
scale = gr.Slider(
|
162 |
label="Guidance Scale:(Large => more relevant to text but the quality may drop)", minimum=0.1, maximum=8.0, value=3.0, step=0.1
|
|
|
156 |
run_button = gr.Button()
|
157 |
|
158 |
with gr.Accordion("Advanced options", open=False):
|
159 |
+
ddim_steps = gr.Slider(label="ODE Steps", minimum=1,
|
160 |
maximum=50, value=25, step=1)
|
161 |
scale = gr.Slider(
|
162 |
label="Guidance Scale:(Large => more relevant to text but the quality may drop)", minimum=0.1, maximum=8.0, value=3.0, step=0.1
|