Spaces:
Running
Running
Update update_predictions.py
Browse files- update_predictions.py +1 -1
update_predictions.py
CHANGED
@@ -17,7 +17,7 @@ from model import KronosTokenizer, Kronos, KronosPredictor
|
|
17 |
# --- Configuration ---
|
18 |
Config = {
|
19 |
"REPO_PATH": Path(__file__).parent.resolve(),
|
20 |
-
"MODEL_PATH": os.path.join(os.environ.get("SPACE_CACHE_DIR", "."), "Kronos_model")
|
21 |
"SYMBOL": 'BTCUSDT',
|
22 |
"INTERVAL": '1h',
|
23 |
"HIST_POINTS": 360,
|
|
|
17 |
# --- Configuration ---
|
18 |
Config = {
|
19 |
"REPO_PATH": Path(__file__).parent.resolve(),
|
20 |
+
"MODEL_PATH": os.path.join(os.environ.get("SPACE_CACHE_DIR", "."), "Kronos_model"),
|
21 |
"SYMBOL": 'BTCUSDT',
|
22 |
"INTERVAL": '1h',
|
23 |
"HIST_POINTS": 360,
|