Spaces:
Runtime error
Runtime error
Update app.py
#1
by
ModuMLTECH - opened
app.py
CHANGED
|
@@ -4,7 +4,7 @@ matplotlib.use('Agg')
|
|
| 4 |
import streamlit as st
|
| 5 |
import cv2
|
| 6 |
import numpy as np
|
| 7 |
-
from
|
| 8 |
from sort.sort import Sort
|
| 9 |
import tempfile
|
| 10 |
import shutil
|
|
|
|
| 4 |
import streamlit as st
|
| 5 |
import cv2
|
| 6 |
import numpy as np
|
| 7 |
+
from ultralytics import YOLO
|
| 8 |
from sort.sort import Sort
|
| 9 |
import tempfile
|
| 10 |
import shutil
|