Boboiazumi commited on
Commit
e8ea9c5
1 Parent(s): 936b5ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -350,6 +350,8 @@ with gr.Blocks(css="style.css", theme="NoCrypt/miku@1.2.1") as demo:
350
  choices=list(quality_prompt.keys()),
351
  value="Standard v3.1",
352
  )
 
 
353
  with gr.Tab("Advanced Settings"):
354
  with gr.Group():
355
  style_selector = gr.Radio(
 
350
  choices=list(quality_prompt.keys()),
351
  value="Standard v3.1",
352
  )
353
+ with gr.Tab("ControlNet"):
354
+ pass
355
  with gr.Tab("Advanced Settings"):
356
  with gr.Group():
357
  style_selector = gr.Radio(