Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -298,8 +298,7 @@ with gr.Blocks(css=css) as demo:
|
|
298 |
value=0.5,
|
299 |
step=0.05,
|
300 |
)
|
301 |
-
|
302 |
-
with gr.Column(visible=False) as control_net_options:
|
303 |
control_strength = gr.Slider(
|
304 |
label="Control Strength",
|
305 |
minimum=0.0,
|
|
|
298 |
value=0.5,
|
299 |
step=0.05,
|
300 |
)
|
301 |
+
|
|
|
302 |
control_strength = gr.Slider(
|
303 |
label="Control Strength",
|
304 |
minimum=0.0,
|