Update utils/model.py
Browse files- utils/model.py +1 -1
utils/model.py
CHANGED
@@ -16,7 +16,7 @@ def predict_umkm(data):
|
|
16 |
|
17 |
# Load model
|
18 |
ttm_model = AutoModelForTimeSeriesPrediction.from_pretrained(
|
19 |
-
"ibm/granite-ttm-
|
20 |
).to(device)
|
21 |
|
22 |
# Prediksi (pastikan input shape [batch_size, sequence_length])
|
|
|
16 |
|
17 |
# Load model
|
18 |
ttm_model = AutoModelForTimeSeriesPrediction.from_pretrained(
|
19 |
+
"ibm/granite-timeseries-ttm-r2"
|
20 |
).to(device)
|
21 |
|
22 |
# Prediksi (pastikan input shape [batch_size, sequence_length])
|