Spaces:
Sleeping
Sleeping
George Krupenchenkov
commited on
Commit
·
99c7d27
1
Parent(s):
796d285
add hw6 markups
Browse files
app.py
CHANGED
@@ -217,7 +217,7 @@ with gr.Blocks(css=css) as demo:
|
|
217 |
|
218 |
lora_enable = gr.Checkbox(label="Use LORA", value=True)
|
219 |
|
220 |
-
with gr.
|
221 |
controlnet_enable = gr.Checkbox(label="Enable ControlNet")
|
222 |
with gr.Accordion("ControlNet Settings", visible=False) as controlnet_accordion:
|
223 |
control_mode = gr.Dropdown(controlnet_modes, label="Control Mode", value="canny")
|
|
|
217 |
|
218 |
lora_enable = gr.Checkbox(label="Use LORA", value=True)
|
219 |
|
220 |
+
with gr.Column():
|
221 |
controlnet_enable = gr.Checkbox(label="Enable ControlNet")
|
222 |
with gr.Accordion("ControlNet Settings", visible=False) as controlnet_accordion:
|
223 |
control_mode = gr.Dropdown(controlnet_modes, label="Control Mode", value="canny")
|