23A066X commited on
Commit
a417a26
1 Parent(s): f734ab5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ def predict2(image_np):
75
  return result_pil_img
76
 
77
 
78
- REPO_ID = "A23066X/A23066X_model"
79
  detection_model = load_model()
80
  # pil_image = Image.open(image_path)
81
  # image_arr = pil_image_as_numpy_array(pil_image)
 
75
  return result_pil_img
76
 
77
 
78
+ REPO_ID = "23A066X/23A066X_model"
79
  detection_model = load_model()
80
  # pil_image = Image.open(image_path)
81
  # image_arr = pil_image_as_numpy_array(pil_image)