Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -224,7 +224,8 @@ with gr.Blocks(css=css) as demo:
|
|
224 |
with gr.Row():
|
225 |
use_control_net = gr.Checkbox(label="Use ControlNet", value=False)
|
226 |
|
227 |
-
with gr.Column(visible=False) as controlnet_column:
|
|
|
228 |
with gr.Row():
|
229 |
control_strength_slider = gr.Slider(minimum=0, maximum=1, step=0.01, label="Control Strength")
|
230 |
|
|
|
224 |
with gr.Row():
|
225 |
use_control_net = gr.Checkbox(label="Use ControlNet", value=False)
|
226 |
|
227 |
+
#with gr.Column(visible=False) as controlnet_column:
|
228 |
+
with gr.Column(visible=True) as controlnet_column:
|
229 |
with gr.Row():
|
230 |
control_strength_slider = gr.Slider(minimum=0, maximum=1, step=0.01, label="Control Strength")
|
231 |
|