gregarific commited on
Commit
d5f6cc3
1 Parent(s): eb211b5

Change REPO_ID to map to SSD MobileNet 320 model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ def predict2(image_np):
77
  return result_pil_img
78
 
79
 
80
- REPO_ID = "gregarific/23B718FMod"
81
  detection_model = load_model()
82
  # pil_image = Image.open(image_path)
83
  # image_arr = pil_image_as_numpy_array(pil_image)
 
77
  return result_pil_img
78
 
79
 
80
+ REPO_ID = "gregarific/assignmodel"
81
  detection_model = load_model()
82
  # pil_image = Image.open(image_path)
83
  # image_arr = pil_image_as_numpy_array(pil_image)