Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import seaborn as sns
|
|
| 4 |
import matplotlib.pyplot as plt
|
| 5 |
|
| 6 |
# Load model + metadata + dataset
|
| 7 |
-
model = joblib.load("
|
| 8 |
with open("maternal_metadata.json","r",encoding="utf-8") as f:
|
| 9 |
meta = json.load(f)
|
| 10 |
|
|
|
|
| 4 |
import matplotlib.pyplot as plt
|
| 5 |
|
| 6 |
# Load model + metadata + dataset
|
| 7 |
+
model = joblib.load("maternal_rf_model.joblib")
|
| 8 |
with open("maternal_metadata.json","r",encoding="utf-8") as f:
|
| 9 |
meta = json.load(f)
|
| 10 |
|