munem420 commited on
Commit
f0596fa
·
verified ·
1 Parent(s): 2a568a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.keras"
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 ---")