harisanm commited on
Commit
d26e110
·
verified ·
1 Parent(s): a3e68b8

Update backend_api.py

Browse files
Files changed (1) hide show
  1. backend_api.py +1 -1
backend_api.py CHANGED
@@ -13,7 +13,7 @@ ADMIN_KEY = "H:a:r:i:s:h:m"
13
  # Paths
14
  # ---------------------------
15
  BASE_DIR = os.path.dirname(os.path.abspath(__file__))
16
- MODEL_PATH = os.path.join(BASE_DIR, "/data/chess_model.pt")
17
 
18
  # ---------------------------
19
  # FastAPI Setup
 
13
  # Paths
14
  # ---------------------------
15
  BASE_DIR = os.path.dirname(os.path.abspath(__file__))
16
+ MODEL_PATH = os.path.join(BASE_DIR, "chess_model.pt")
17
 
18
  # ---------------------------
19
  # FastAPI Setup