Spaces:
Runtime error
Runtime error
Update inference.py
Browse files- inference.py +1 -1
inference.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
#
|
| 2 |
import cv2
|
| 3 |
from inference import InferencePipeline
|
| 4 |
import numpy as np # Add numpy if not already implicitly used
|
|
|
|
| 1 |
+
# Yolov8n train.py
|
| 2 |
import cv2
|
| 3 |
from inference import InferencePipeline
|
| 4 |
import numpy as np # Add numpy if not already implicitly used
|