Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -77,6 +77,7 @@ def generate(
|
|
77 |
pipe.fuse_lora(lora_scale=0.7)
|
78 |
|
79 |
response = requests.get(url)
|
|
|
80 |
init_image = Image.open(BytesIO(response.content)).convert("RGB")
|
81 |
init_image = init_image.resize((1024, 1024))
|
82 |
|
|
|
77 |
pipe.fuse_lora(lora_scale=0.7)
|
78 |
|
79 |
response = requests.get(url)
|
80 |
+
print("Valor:" url)
|
81 |
init_image = Image.open(BytesIO(response.content)).convert("RGB")
|
82 |
init_image = init_image.resize((1024, 1024))
|
83 |
|