Spaces:
Sleeping
Sleeping
Amol Kaushik commited on
Commit ·
2022822
1
Parent(s): 8eb4f75
minor champ model update to app
Browse files
app.py
CHANGED
|
@@ -18,8 +18,8 @@ def load_champion_model():
|
|
| 18 |
|
| 19 |
possible_paths = [
|
| 20 |
MODEL_PATH,
|
| 21 |
-
"A2/models/
|
| 22 |
-
"../A2/models/
|
| 23 |
]
|
| 24 |
|
| 25 |
for path in possible_paths:
|
|
|
|
| 18 |
|
| 19 |
possible_paths = [
|
| 20 |
MODEL_PATH,
|
| 21 |
+
"A2/models/champion_model_final_2.pkl",
|
| 22 |
+
"../A2/models/champion_model_final_2.pkl",
|
| 23 |
]
|
| 24 |
|
| 25 |
for path in possible_paths:
|