Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ def query(prompt):
|
|
62 |
image = Image.open(io.BytesIO(image_bytes))
|
63 |
|
64 |
width, height = image.size
|
65 |
-
new_width =
|
66 |
new_height = 960
|
67 |
left = (width - new_width) / 2
|
68 |
top = (height - new_height) / 2
|
|
|
62 |
image = Image.open(io.BytesIO(image_bytes))
|
63 |
|
64 |
width, height = image.size
|
65 |
+
new_width = 640
|
66 |
new_height = 960
|
67 |
left = (width - new_width) / 2
|
68 |
top = (height - new_height) / 2
|