Lisandro commited on
Commit
823090a
·
1 Parent(s): 376cbd1

Refactor app.py to remove unused code and improve code structure

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -41,6 +41,7 @@ with gr.Blocks() as demo:
41
  label="Scheduler"
42
  )
43
 
 
44
  # run_button.click(
45
  # fn=gradio_process_image,
46
  # inputs=[input_image, resolution, num_inference_steps, strength, hdr, guidance_scale, controlnet_strength, scheduler_name],
 
41
  label="Scheduler"
42
  )
43
 
44
+
45
  # run_button.click(
46
  # fn=gradio_process_image,
47
  # inputs=[input_image, resolution, num_inference_steps, strength, hdr, guidance_scale, controlnet_strength, scheduler_name],