jiawenchim commited on
Commit
9467d94
1 Parent(s): 2954c65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ def predict2(image_np):
70
  return result_pil_img
71
 
72
 
73
- REPO_ID = "khengkok/mkktfodmodel"
74
  detection_model = load_model()
75
  # pil_image = Image.open(image_path)
76
  # image_arr = pil_image_as_numpy_array(pil_image)
 
70
  return result_pil_img
71
 
72
 
73
+ REPO_ID = "jiawenchim/iti107model"
74
  detection_model = load_model()
75
  # pil_image = Image.open(image_path)
76
  # image_arr = pil_image_as_numpy_array(pil_image)