Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zliang
/
fastpaperlayout
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
zliang
commited on
May 25, 2024
Commit
d68dd7a
·
verified
·
1 Parent(s):
d55cbe5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -7,7 +7,7 @@ from ultralytics import YOLO
7
# Load the trained model
8
9
10
-
model = YOLO("best.
pt
")
11
12
13
7
# Load the trained model
8
9
10
+
model = YOLO("best.
engine
")
11
12
13