JosephTK commited on
Commit
f3a527f
1 Parent(s): 19950da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ colors = ["red",
20
  ]
21
 
22
  # Resized image width
23
- WIDTH = 540
24
 
25
  def detect(image):
26
  width, height = image.size
 
20
  ]
21
 
22
  # Resized image width
23
+ WIDTH = 600
24
 
25
  def detect(image):
26
  width, height = image.size