FrankFacundo commited on
Commit
3868073
·
1 Parent(s): dd559e1
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -132,8 +132,8 @@ def infer(
132
  )
133
 
134
  result = pipe(
135
- prompt=preprocessed,
136
- control_image=[control_image],
137
  control_mode=[MODE_MAPPING[mode]],
138
  width=w,
139
  height=h,
 
132
  )
133
 
134
  result = pipe(
135
+ prompt=prompt,
136
+ control_image=[preprocessed],
137
  control_mode=[MODE_MAPPING[mode]],
138
  width=w,
139
  height=h,