lixiang46 commited on
Commit
03fd402
1 Parent(s): fad18b4
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -243,12 +243,6 @@ with gr.Blocks(css=css) as Kolors:
243
  label = "Depth"
244
  )
245
 
246
- run_button.click(
247
- fn = infer,
248
- inputs = [prompt, image, controlnet_type, negative_prompt, seed, randomize_seed, guidance_scale, num_inference_steps, controlnet_conditioning_scale, control_guidance_end, strength],
249
- outputs = [result]
250
- )
251
-
252
  canny_button.click(
253
  fn = change_type,
254
  input = "Canny",
 
243
  label = "Depth"
244
  )
245
 
 
 
 
 
 
 
246
  canny_button.click(
247
  fn = change_type,
248
  input = "Canny",