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
e54c3e3
·
verified
·
1 Parent(s):
326638c
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_pt
= YOLO("best.pt")
11
12
13
7
# Load the trained model
8
9
10
+
model
= YOLO("best.pt")
11
12
13