Spaces:
Runtime error
Runtime error
mattyamonaca
commited on
Commit
•
64a6d23
1
Parent(s):
2f108fa
fix pipe
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ class webui:
|
|
101 |
output_file = gr.File()
|
102 |
submit.click(
|
103 |
self.undercoat,
|
104 |
-
inputs=[input_image, pos_prompt, neg_prompt, alpha_th, thickness,
|
105 |
outputs=[output_0, output_file]
|
106 |
)
|
107 |
|
|
|
101 |
output_file = gr.File()
|
102 |
submit.click(
|
103 |
self.undercoat,
|
104 |
+
inputs=[input_image, pos_prompt, neg_prompt, alpha_th, thickness, reference_flg, reference_image],
|
105 |
outputs=[output_0, output_file]
|
106 |
)
|
107 |
|