Spaces:
Sleeping
Sleeping
ariankhalfani
commited on
Commit
•
4b0c030
1
Parent(s):
f5d6d4a
Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,7 @@ import base64
|
|
8 |
from io import BytesIO
|
9 |
import tempfile
|
10 |
import pandas as pd
|
|
|
11 |
|
12 |
# Load YOLOv8 model
|
13 |
model = YOLO("best.pt")
|
|
|
8 |
from io import BytesIO
|
9 |
import tempfile
|
10 |
import pandas as pd
|
11 |
+
import OS
|
12 |
|
13 |
# Load YOLOv8 model
|
14 |
model = YOLO("best.pt")
|