Spaces:
Sleeping
Sleeping
Daniel Cerda Escobar
commited on
Commit
·
4c6c8f5
1
Parent(s):
5a794cc
update app
Browse files
app.py
CHANGED
@@ -8,6 +8,7 @@ import os
|
|
8 |
from PIL import Image
|
9 |
from sahi import AutoDetectionModel
|
10 |
from utils import convert_pdf_file
|
|
|
11 |
from streamlit_image_comparison import image_comparison
|
12 |
from ultralyticsplus.hf_utils import download_from_hub
|
13 |
|
|
|
8 |
from PIL import Image
|
9 |
from sahi import AutoDetectionModel
|
10 |
from utils import convert_pdf_file
|
11 |
+
from utils import sahi_yolov8m_inference
|
12 |
from streamlit_image_comparison import image_comparison
|
13 |
from ultralyticsplus.hf_utils import download_from_hub
|
14 |
|