dvir-bria commited on
Commit
c576577
1 Parent(s): 53ec317

Update app_canny.py

Browse files
Files changed (1) hide show
  1. app_canny.py +1 -1
app_canny.py CHANGED
@@ -23,7 +23,7 @@ def create_demo(process):
23
  run_button = gr.Button(value="Run")
24
  with gr.Column():
25
  result_gallery = gr.Gallery(label='Output', show_label=False, elem_id="gallery", columns=[2], height='auto')
26
- ips = [input_image, prompt, negative_prompt, num_steps, controlnet_conditioning_scale, seed]
27
 
28
  run_button.click(
29
  fn=process,
 
23
  run_button = gr.Button(value="Run")
24
  with gr.Column():
25
  result_gallery = gr.Gallery(label='Output', show_label=False, elem_id="gallery", columns=[2], height='auto')
26
+ inputs = [input_image, prompt, negative_prompt, num_steps, controlnet_conditioning_scale, seed]
27
 
28
  run_button.click(
29
  fn=process,