muhammadsalmanalfaridzi commited on
Commit
a366a77
·
verified ·
1 Parent(s): 4151705

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def detect_combined(image):
86
  url = "https://api.landing.ai/v1/tools/text-to-object-detection"
87
  headers = {"Authorization": f"Basic {COUNTGD_API_KEY}"}
88
  competitor_boxes = []
89
- COUNTGD_PROMPTS = ["beverage", "cans", "bottle", "boxed milk", "milk"]
90
 
91
  for prompt in COUNTGD_PROMPTS:
92
  with open(temp_path, "rb") as f:
 
86
  url = "https://api.landing.ai/v1/tools/text-to-object-detection"
87
  headers = {"Authorization": f"Basic {COUNTGD_API_KEY}"}
88
  competitor_boxes = []
89
+ COUNTGD_PROMPTS = ["cans", "bottle", "boxed milk", "milk"]
90
 
91
  for prompt in COUNTGD_PROMPTS:
92
  with open(temp_path, "rb") as f: