File size: 310 Bytes
49c5855
 
 
 
64d5871
3fffa64
 
 
64d5871
1
2
3
4
5
6
7
8
9
10
# This file could be used for more complex model handling if needed.
# For simplicity, it's not used extensively in this basic example.
from utils import load_model

models = {
    "hemolysis": load_model("hemolysis"),
    "non_fouling": load_model("non_fouling"),
    "solubility": load_model("solubility")
}