Spaces:
Running
on
Zero
Running
on
Zero
tori29umai
commited on
Commit
•
7b45aa5
1
Parent(s):
08df63a
app.py
Browse files
app.py
CHANGED
@@ -148,7 +148,7 @@ class Img2Img:
|
|
148 |
|
149 |
generate_button.click(
|
150 |
fn=predict,
|
151 |
-
inputs=[self.input_image_path, self.
|
152 |
outputs=self.output_image
|
153 |
)
|
154 |
return demo
|
|
|
148 |
|
149 |
generate_button.click(
|
150 |
fn=predict,
|
151 |
+
inputs=[self.input_image_path, self.line_image, self.prompt, self.negative_prompt, self.controlnet_scale],
|
152 |
outputs=self.output_image
|
153 |
)
|
154 |
return demo
|