ktrndy commited on
Commit
818f311
·
verified ·
1 Parent(s): a6d8f0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -147,7 +147,9 @@ with gr.Blocks(css=css, fill_height=True) as demo:
147
  )
148
  control_mode = gr.Dropdown(
149
  label="ControlNet mode",
150
- choises=["edge_detection"]
 
 
151
  )
152
  controlnet_checkbox.change(
153
  controlnet_params,
 
147
  )
148
  control_mode = gr.Dropdown(
149
  label="ControlNet mode",
150
+ choices=["edge_detection", "other"],
151
+ value="edge_detection",
152
+ max_choices=1
153
  )
154
  controlnet_checkbox.change(
155
  controlnet_params,