Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import numpy as np
|
|
3 |
from pdf2image import convert_from_path
|
4 |
from PIL import Image
|
5 |
from ultralytics import YOLOv10
|
6 |
-
|
7 |
# Load the trained model
|
8 |
model = YOLOv10("best.pt")
|
9 |
|
|
|
3 |
from pdf2image import convert_from_path
|
4 |
from PIL import Image
|
5 |
from ultralytics import YOLOv10
|
6 |
+
import spaces
|
7 |
# Load the trained model
|
8 |
model = YOLOv10("best.pt")
|
9 |
|