Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ def predict2(image_np):
|
|
70 |
return result_pil_img2
|
71 |
|
72 |
|
73 |
-
def predict3(image_np
|
74 |
|
75 |
results = detection_model2(image_np)
|
76 |
|
|
|
70 |
return result_pil_img2
|
71 |
|
72 |
|
73 |
+
def predict3(image_np):
|
74 |
|
75 |
results = detection_model2(image_np)
|
76 |
|