Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -265,7 +265,7 @@ def process_generate(fore, prompt, intensity, mode, refprompt, isrmbg, model_typ
|
|
| 265 |
except:
|
| 266 |
pass
|
| 267 |
|
| 268 |
-
fore = create_square_image(fore)
|
| 269 |
size = fore.size
|
| 270 |
image_width = size[0]
|
| 271 |
image_height = size[1]
|
|
|
|
| 265 |
except:
|
| 266 |
pass
|
| 267 |
|
| 268 |
+
#fore = create_square_image(fore)
|
| 269 |
size = fore.size
|
| 270 |
image_width = size[0]
|
| 271 |
image_height = size[1]
|