Spaces:
Sleeping
Sleeping
Daniel Cerda Escobar
commited on
Commit
·
1d178bd
1
Parent(s):
e422d92
Update app file
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import tempfile
|
|
7 |
import os
|
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
|
|
|
7 |
import os
|
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
|