Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -250,7 +250,7 @@ def infer(
|
|
250 |
#image = image.convert("RGBA")
|
251 |
#cnet_image.paste(image, (0, 0), mask)
|
252 |
|
253 |
-
return
|
254 |
|
255 |
|
256 |
def clear_result():
|
|
|
250 |
#image = image.convert("RGBA")
|
251 |
#cnet_image.paste(image, (0, 0), mask)
|
252 |
|
253 |
+
return image
|
254 |
|
255 |
|
256 |
def clear_result():
|