Spaces:
Sleeping
Sleeping
update
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ def predict2(image_np,threshold):
|
|
78 |
return result_pil_img
|
79 |
|
80 |
|
81 |
-
REPO_ID = "23b719w/
|
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)
|