COCODEDE04 commited on
Commit
f9709c9
·
verified ·
1 Parent(s): ba3d10d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ with open(STATS_PATH, "r") as f:
14
 
15
  # Feature order inferred from the JSON keys (keep stable)
16
  FEATURES = list(stats.keys())
17
- CLASSES = ["Normal", "Stressed", "Other"] # adjust if your model uses different labels
18
 
19
  # ========== 2. Define prediction function ==========
20
  def predict_ratios(input_dict):
 
14
 
15
  # Feature order inferred from the JSON keys (keep stable)
16
  FEATURES = list(stats.keys())
17
+ CLASSES = ["Top", "Mid-Top", "Mid", "Mid-Low", "Low"]
18
 
19
  # ========== 2. Define prediction function ==========
20
  def predict_ratios(input_dict):