Yudsky commited on
Commit
d9f0d78
·
verified ·
1 Parent(s): 50389da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def predict_image(image, confidence, overlap):
35
 
36
  resize_img = 1
37
 
38
- img = img.resize((img.width * 1.5, img.height * resize_img))
39
 
40
  draw = ImageDraw.Draw(img)
41
  font = ImageFont.load_default(size=30)
 
35
 
36
  resize_img = 1
37
 
38
+ img = img.resize((img.width * resize_img, img.height * resize_img))
39
 
40
  draw = ImageDraw.Draw(img)
41
  font = ImageFont.load_default(size=30)