Spaces:
Running
Running
전원표
commited on
Commit
·
99507ff
1
Parent(s):
9df5aff
test
Browse files- app.py +1 -2
- weights/test.txt +0 -0
app.py
CHANGED
|
@@ -7,8 +7,7 @@ import os
|
|
| 7 |
REPO_ID = 'vaivTA/yolov8x_doclaynet'
|
| 8 |
FILENAME = "weights/best.pt"
|
| 9 |
print("TEST..........")
|
| 10 |
-
os.
|
| 11 |
-
hf_hub_download(repo_id=REPO_ID, filename=FILENAME)
|
| 12 |
if not os.path.exists('./weights/best.pt') or not os.path.exists('./weights'):
|
| 13 |
|
| 14 |
os.mkdir('./weights')
|
|
|
|
| 7 |
REPO_ID = 'vaivTA/yolov8x_doclaynet'
|
| 8 |
FILENAME = "weights/best.pt"
|
| 9 |
print("TEST..........")
|
| 10 |
+
print(os.getcwd())
|
|
|
|
| 11 |
if not os.path.exists('./weights/best.pt') or not os.path.exists('./weights'):
|
| 12 |
|
| 13 |
os.mkdir('./weights')
|
weights/test.txt
ADDED
|
File without changes
|