Spaces:
Sleeping
Sleeping
Refactor app.py to remove unused code and improve code structure
Browse files
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],
|