Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,7 @@ import logging
|
|
8 |
from datetime import datetime
|
9 |
from collections import Counter
|
10 |
from typing import Any, Dict, List, Optional, Tuple
|
|
|
11 |
|
12 |
# Suppress Ultralytics warning by setting a writable config directory
|
13 |
os.environ["YOLO_CONFIG_DIR"] = "/tmp/Ultralytics"
|
|
|
8 |
from datetime import datetime
|
9 |
from collections import Counter
|
10 |
from typing import Any, Dict, List, Optional, Tuple
|
11 |
+
import numpy as np
|
12 |
|
13 |
# Suppress Ultralytics warning by setting a writable config directory
|
14 |
os.environ["YOLO_CONFIG_DIR"] = "/tmp/Ultralytics"
|