Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -103,7 +103,7 @@ def estimate_quantity(pred):
|
|
| 103 |
# ROBOFLOW (HTTP)
|
| 104 |
# =====================
|
| 105 |
def detect(image_path):
|
| 106 |
-
url = "https://serverless.roboflow.com/rishab-5ghrt/detect-count-and-visualize-4"
|
| 107 |
|
| 108 |
try:
|
| 109 |
with open(image_path, "rb") as f:
|
|
|
|
| 103 |
# ROBOFLOW (HTTP)
|
| 104 |
# =====================
|
| 105 |
def detect(image_path):
|
| 106 |
+
url = "https://serverless.roboflow.com/rishab-5ghrt/detect-count-and-visualize-4/run"
|
| 107 |
|
| 108 |
try:
|
| 109 |
with open(image_path, "rb") as f:
|