mathslearn commited on
Commit
b8d145d
1 Parent(s): 301fe81

second commit

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 = "mathslearn/mkktfodmodel"
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 = "mathslearn/mytfodmodel"
81
  detection_model = load_model()
82
  # pil_image = Image.open(image_path)
83
  # image_arr = pil_image_as_numpy_array(pil_image)