Spaces:
Running
Running
Update backend_api.py
Browse files- 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, "
|
| 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
|