COCODEDE04 commited on
Commit
01bd87c
·
verified ·
1 Parent(s): 030c7f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import numpy as np
4
  import json
5
 
6
  # ========== 1. Load model and stats once at startup ==========
7
- MODEL_PATH = "best_model.keras"
8
  STATS_PATH = "Means & Std for Excel.json"
9
 
10
  print("Loading model and stats...")
 
4
  import json
5
 
6
  # ========== 1. Load model and stats once at startup ==========
7
+ MODEL_PATH = "best_model_converted.keras"
8
  STATS_PATH = "Means & Std for Excel.json"
9
 
10
  print("Loading model and stats...")