mattyamonaca commited on
Commit
64a6d23
1 Parent(s): 2f108fa
Files changed (1) hide show
  1. app.py +1 -1
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, reference_image, reference_flg],
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