Spaces:
Running
on
Zero
Running
on
Zero
panelforge
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ with gr.Blocks(css=css) as demo:
|
|
118 |
minimum=0.0,
|
119 |
maximum=10.0,
|
120 |
step=0.1,
|
121 |
-
value=
|
122 |
)
|
123 |
|
124 |
num_inference_steps = gr.Slider(
|
@@ -126,7 +126,7 @@ with gr.Blocks(css=css) as demo:
|
|
126 |
minimum=1,
|
127 |
maximum=50,
|
128 |
step=1,
|
129 |
-
value=
|
130 |
)
|
131 |
|
132 |
gr.Examples(
|
|
|
118 |
minimum=0.0,
|
119 |
maximum=10.0,
|
120 |
step=0.1,
|
121 |
+
value=7, #Replace with defaults that work for your model
|
122 |
)
|
123 |
|
124 |
num_inference_steps = gr.Slider(
|
|
|
126 |
minimum=1,
|
127 |
maximum=50,
|
128 |
step=1,
|
129 |
+
value=35, #Replace with defaults that work for your model
|
130 |
)
|
131 |
|
132 |
gr.Examples(
|