DmitrMakeev commited on
Commit
f97c494
·
verified ·
1 Parent(s): d407ea7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -670,7 +670,7 @@ def analyze_colors(image_bytes):
670
 
671
  color_ranges = {
672
  "green": ((36, 40, 40), (86, 255, 255)),
673
- "yellow": ((22, 100, 100), (32, 255, 255)),
674
  "orange": ((10, 150, 150), (20, 255, 255)),
675
  "brown": ((5, 50, 20), (15, 150, 150))
676
  }
 
670
 
671
  color_ranges = {
672
  "green": ((36, 40, 40), (86, 255, 255)),
673
+ "yellow": ((46, 40, 220), (56, 100, 255)),
674
  "orange": ((10, 150, 150), (20, 255, 255)),
675
  "brown": ((5, 50, 20), (15, 150, 150))
676
  }