EmoCube commited on
Commit
dabc6bf
·
verified ·
1 Parent(s): 24b81c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 480
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