Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = "
|
| 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...")
|