Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,6 +5,8 @@ import requests
|
|
| 5 |
import json
|
| 6 |
import logging
|
| 7 |
|
|
|
|
|
|
|
| 8 |
model = YOLO("Single_Object_BB_Detection_v1.pt")
|
| 9 |
|
| 10 |
def detect_objects(images):
|
|
|
|
| 5 |
import json
|
| 6 |
import logging
|
| 7 |
|
| 8 |
+
logging.basicConfig(level=logging.INFO)
|
| 9 |
+
|
| 10 |
model = YOLO("Single_Object_BB_Detection_v1.pt")
|
| 11 |
|
| 12 |
def detect_objects(images):
|