e1250 commited on
Commit
f607d73
·
1 Parent(s): 49aabfc
Files changed (1) hide show
  1. api/routers/camera_stream.py +1 -1
api/routers/camera_stream.py CHANGED
@@ -1,4 +1,4 @@
1
- from services.pipeline import ProcessingPipeline
2
  from api.dependencies import get_safety_detection_model
3
  from api.dependencies import get_detection_model, get_depth_model
4
  import asyncio
 
1
+ from backend.services.pipeline import ProcessingPipeline
2
  from api.dependencies import get_safety_detection_model
3
  from api.dependencies import get_detection_model, get_depth_model
4
  import asyncio