Spaces:
Running
Running
Commit
·
3868073
1
Parent(s):
dd559e1
WIP
Browse files
app.py
CHANGED
@@ -132,8 +132,8 @@ def infer(
|
|
132 |
)
|
133 |
|
134 |
result = pipe(
|
135 |
-
prompt=
|
136 |
-
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,
|