Hugging Face
Models
Datasets
Spaces
Community
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 24, 2024
Commit
de29c34
·
verified
·
1 Parent(s):
35b67cb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -12,7 +12,7 @@ def model_c():
12
model = YOLO("best.pt")
13
14
15
-
model_c()
16
# Load the exported TensorRT model
17
18
12
model = YOLO("best.pt")
13
14
15
+
model=
model_c()
16
# Load the exported TensorRT model
17
18