Spaces:
Sleeping
Sleeping
brandonongsc
commited on
Commit
•
fff3741
1
Parent(s):
2c39681
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ def predict2(image_np):
|
|
77 |
return result_pil_img
|
78 |
|
79 |
|
80 |
-
REPO_ID = "
|
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 = "brandonongsc/masknomask_detect_model"
|
81 |
detection_model = load_model()
|
82 |
# pil_image = Image.open(image_path)
|
83 |
# image_arr = pil_image_as_numpy_array(pil_image)
|