Spaces:
Sleeping
Sleeping
Deeksha Shetty
commited on
Commit
·
0d06673
1
Parent(s):
7f9204f
update model
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ def predict2(image_np):
|
|
79 |
return result_pil_img
|
80 |
|
81 |
|
82 |
-
REPO_ID = "
|
83 |
detection_model = load_model()
|
84 |
# pil_image = Image.open(image_path)
|
85 |
# image_arr = pil_image_as_numpy_array(pil_image)
|
|
|
79 |
return result_pil_img
|
80 |
|
81 |
|
82 |
+
REPO_ID = "DeekshaShetty/iti107assignment2"
|
83 |
detection_model = load_model()
|
84 |
# pil_image = Image.open(image_path)
|
85 |
# image_arr = pil_image_as_numpy_array(pil_image)
|