Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ os.environ['CUDA_VISIBLE_DEVICES'] = '-1'
|
|
| 12 |
|
| 13 |
# --- 1. Download Model and Scalers from Hugging Face Hub ---
|
| 14 |
MODEL_REPO = "munem420/stock-forecaster-lstm"
|
| 15 |
-
MODEL_FILENAME = "model_lstm.
|
| 16 |
SCALER_FILENAME = "scalers.joblib"
|
| 17 |
|
| 18 |
print("--- Downloading model and scalers ---")
|
|
|
|
| 12 |
|
| 13 |
# --- 1. Download Model and Scalers from Hugging Face Hub ---
|
| 14 |
MODEL_REPO = "munem420/stock-forecaster-lstm"
|
| 15 |
+
MODEL_FILENAME = "model_lstm.h5"
|
| 16 |
SCALER_FILENAME = "scalers.joblib"
|
| 17 |
|
| 18 |
print("--- Downloading model and scalers ---")
|