Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ def infer(
|
|
65 |
negative_prompt=negative_prompt,
|
66 |
device=device,
|
67 |
)
|
68 |
-
return images
|
69 |
|
70 |
|
71 |
# examples = [
|
|
|
65 |
negative_prompt=negative_prompt,
|
66 |
device=device,
|
67 |
)
|
68 |
+
return images, preprocessed_image
|
69 |
|
70 |
|
71 |
# examples = [
|