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