Spaces:
Sleeping
Sleeping
Update server.py
Browse files
server.py
CHANGED
|
@@ -41,7 +41,7 @@ CLASS_COLORS = {
|
|
| 41 |
DEFAULT_COLOR = (180, 180, 180)
|
| 42 |
# ==========================================
|
| 43 |
|
| 44 |
-
print("
|
| 45 |
try:
|
| 46 |
det_model = YOLO(DET_MODEL_PATH)
|
| 47 |
cls_model = YOLO(CLS_MODEL_PATH)
|
|
|
|
| 41 |
DEFAULT_COLOR = (180, 180, 180)
|
| 42 |
# ==========================================
|
| 43 |
|
| 44 |
+
print("Loading AI Models...")
|
| 45 |
try:
|
| 46 |
det_model = YOLO(DET_MODEL_PATH)
|
| 47 |
cls_model = YOLO(CLS_MODEL_PATH)
|