Spaces:
Running
on
Zero
Running
on
Zero
Boboiazumi
commited on
Commit
•
e8ea9c5
1
Parent(s):
936b5ea
Update app.py
Browse files
app.py
CHANGED
@@ -350,6 +350,8 @@ with gr.Blocks(css="style.css", theme="NoCrypt/[email protected]") 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(
|