Spaces:
Sleeping
Sleeping
fix:
Browse files- config/__pycache__/settings.cpython-311.pyc +0 -0
- main.py +1 -1
config/__pycache__/settings.cpython-311.pyc
ADDED
|
Binary file (5.45 kB). View file
|
|
|
main.py
CHANGED
|
@@ -2,7 +2,7 @@ from fastapi import FastAPI
|
|
| 2 |
# from prometheus_client import metrics
|
| 3 |
from ai.depth.depth_anything import DepthAnything
|
| 4 |
from ai.detectors.yolo_detector import YOLO_Detector
|
| 5 |
-
from
|
| 6 |
from backend.api.routers.metrics import metrics_asgi_app
|
| 7 |
from infra.system_metrics import log_system_metrics
|
| 8 |
from backend.api.routers import camera_stream
|
|
|
|
| 2 |
# from prometheus_client import metrics
|
| 3 |
from ai.depth.depth_anything import DepthAnything
|
| 4 |
from ai.detectors.yolo_detector import YOLO_Detector
|
| 5 |
+
from config.settings import AppConfig
|
| 6 |
from backend.api.routers.metrics import metrics_asgi_app
|
| 7 |
from infra.system_metrics import log_system_metrics
|
| 8 |
from backend.api.routers import camera_stream
|