Commit ·
bf77b94
1
Parent(s): dd628da
Initial app version
Browse files
app.py
CHANGED
|
@@ -51,8 +51,8 @@ def _load_predictors() -> Dict:
|
|
| 51 |
# Each repo stores the ensemble under a task-named subfolder.
|
| 52 |
repo_subfolders = {
|
| 53 |
"bin": ("ailab-bio/TACK-Model-Bin", "bin_best_arch_ensemble"),
|
| 54 |
-
|
| 55 |
-
|
| 56 |
}
|
| 57 |
loaded: Dict = {}
|
| 58 |
for task, (repo_id, subfolder) in repo_subfolders.items():
|
|
|
|
| 51 |
# Each repo stores the ensemble under a task-named subfolder.
|
| 52 |
repo_subfolders = {
|
| 53 |
"bin": ("ailab-bio/TACK-Model-Bin", "bin_best_arch_ensemble"),
|
| 54 |
+
"dc50": ("ailab-bio/TACK-Model-DC50", "dc50_best_arch_ensemble"),
|
| 55 |
+
"dmax": ("ailab-bio/TACK-Model-Dmax", "dmax_best_arch_ensemble"),
|
| 56 |
}
|
| 57 |
loaded: Dict = {}
|
| 58 |
for task, (repo_id, subfolder) in repo_subfolders.items():
|