Spaces:
Sleeping
Sleeping
ariankhalfani
commited on
Commit
•
714cfbf
1
Parent(s):
4b0c030
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import base64
|
|
8 |
from io import BytesIO
|
9 |
import tempfile
|
10 |
import pandas as pd
|
11 |
-
import
|
12 |
|
13 |
# Load YOLOv8 model
|
14 |
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")
|