Spaces:
Configuration error
Configuration error
Commit
·
cba9a1b
1
Parent(s):
fdfa9a1
update
Browse files
app.py
CHANGED
|
@@ -150,7 +150,7 @@ def inference(
|
|
| 150 |
).images
|
| 151 |
base_device=None
|
| 152 |
refiner_device = refiner.to(DEVICE)
|
| 153 |
-
edited_images =
|
| 154 |
prompt=prompt,
|
| 155 |
original_image=image,
|
| 156 |
image=edited_images,
|
|
|
|
| 150 |
).images
|
| 151 |
base_device=None
|
| 152 |
refiner_device = refiner.to(DEVICE)
|
| 153 |
+
edited_images = refiner_device(
|
| 154 |
prompt=prompt,
|
| 155 |
original_image=image,
|
| 156 |
image=edited_images,
|