Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def predict(image, prompt="high quality, best quality", negative_prompt="", guid
|
|
32 |
|
33 |
init_image = image.convert("RGB")
|
34 |
# if center_crop is False:
|
35 |
-
init_image = init_image.resize((224, 224))
|
36 |
|
37 |
generator = torch.Generator(device="cpu").manual_seed(int(seed))
|
38 |
|
|
|
32 |
|
33 |
init_image = image.convert("RGB")
|
34 |
# if center_crop is False:
|
35 |
+
# init_image = init_image.resize((224, 224))
|
36 |
|
37 |
generator = torch.Generator(device="cpu").manual_seed(int(seed))
|
38 |
|