Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ def generate(
|
|
73 |
pipe.fuse_lora(lora_scale=0.7)
|
74 |
|
75 |
response = requests.get("https://m.media-amazon.com/images/I/81zPcrN6m+L.jpg")
|
76 |
-
init_image = Image.open(BytesIO(response.content)
|
77 |
init_image = init_image.resize((1024, 1024))
|
78 |
|
79 |
if ENABLE_CPU_OFFLOAD:
|
|
|
73 |
pipe.fuse_lora(lora_scale=0.7)
|
74 |
|
75 |
response = requests.get("https://m.media-amazon.com/images/I/81zPcrN6m+L.jpg")
|
76 |
+
init_image = Image.open(BytesIO(response.content))
|
77 |
init_image = init_image.resize((1024, 1024))
|
78 |
|
79 |
if ENABLE_CPU_OFFLOAD:
|