Update app.py
Browse files
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 = ["
|
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:
|