Spaces:
Paused
Paused
Commit
·
4710b85
1
Parent(s):
25db6c9
app.py
Browse files
app.py
CHANGED
|
@@ -135,7 +135,7 @@ class Img2Img:
|
|
| 135 |
|
| 136 |
canny_generate_button.click(
|
| 137 |
self.process_prompt_analysis,
|
| 138 |
-
inputs=[self.
|
| 139 |
outputs=self.canny_image
|
| 140 |
)
|
| 141 |
|
|
|
|
| 135 |
|
| 136 |
canny_generate_button.click(
|
| 137 |
self.process_prompt_analysis,
|
| 138 |
+
inputs=[self.input_image_path, canny_threshold1, canny_threshold2],
|
| 139 |
outputs=self.canny_image
|
| 140 |
)
|
| 141 |
|