zliang commited on
Commit
4da5a4d
1 Parent(s): 1b3f90f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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