Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ with gr.Blocks() as demo:
|
|
| 16 |
gr.Markdown("## Stable Diffusion with Different Controls")
|
| 17 |
gr.Markdown("In this app, you can find different ControlNets with different filters. ")
|
| 18 |
|
| 19 |
-
|
| 20 |
with gr.Tab("ControlNet on Canny Filter "):
|
| 21 |
prompt_input_canny = gr.Textbox(label="Prompt")
|
| 22 |
negative_prompt_canny = gr.Textbox(label="Negative Prompt")
|
|
|
|
| 16 |
gr.Markdown("## Stable Diffusion with Different Controls")
|
| 17 |
gr.Markdown("In this app, you can find different ControlNets with different filters. ")
|
| 18 |
|
| 19 |
+
|
| 20 |
with gr.Tab("ControlNet on Canny Filter "):
|
| 21 |
prompt_input_canny = gr.Textbox(label="Prompt")
|
| 22 |
negative_prompt_canny = gr.Textbox(label="Negative Prompt")
|