merve HF Staff commited on
Commit
f815c0b
·
1 Parent(s): 4486ac5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- input_list = [prompt_input, negative_prompt_input, image_input]
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")