23b719w commited on
Commit
63220bd
1 Parent(s): f8847dc
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def predict2(image_np,threshold):
78
  return result_pil_img
79
 
80
 
81
- REPO_ID = "23b719w/assignment2tfod_model2"
82
  detection_model = load_model()
83
  # pil_image = Image.open(image_path)
84
  # image_arr = pil_image_as_numpy_array(pil_image)
 
78
  return result_pil_img
79
 
80
 
81
+ REPO_ID = "23b719w/assignment2_tfodmodel"
82
  detection_model = load_model()
83
  # pil_image = Image.open(image_path)
84
  # image_arr = pil_image_as_numpy_array(pil_image)