rishab1090 commited on
Commit
4214cc0
·
verified ·
1 Parent(s): 727cb41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: