μ „μ›ν‘œ commited on
Commit
99507ff
β€’
1 Parent(s): 9df5aff
Files changed (2) hide show
  1. app.py +1 -2
  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.mkdir('./weights')
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