Spaces:
Runtime error
Runtime error
File size: 110 Bytes
29793a4 |
1 2 3 4 |
from pathlib import Path
CONFIG_FILE_PATH = Path("config/config.yaml")
PARAMS_FILE_PATH = Path("params.yaml") |