Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -36,8 +36,7 @@ def load_model():
|
|
36 |
|
37 |
def predict(image_np):
|
38 |
|
39 |
-
|
40 |
-
image_np = pil_image_as_numpy_array(image_np)
|
41 |
|
42 |
results = detection_model(image_np)
|
43 |
|
|
|
36 |
|
37 |
def predict(image_np):
|
38 |
|
39 |
+
image_np = pil_image_as_numpy_array(image_np)
|
|
|
40 |
|
41 |
results = detection_model(image_np)
|
42 |
|