Spaces:
Runtime error
Runtime error
Commit
·
bcf93fd
1
Parent(s):
86f541d
Update app.py
Browse files
app.py
CHANGED
@@ -38,6 +38,7 @@ model2 = torch.load("model2.pt", map_location=torch.device('cpu'))
|
|
38 |
model3 = torch.load("model3.pt", map_location=torch.device('cpu'))
|
39 |
model4 = torch.load("model4.pt", map_location=torch.device('cpu'))
|
40 |
model5 = torch.load("model5.pt", map_location=torch.device('cpu'))
|
|
|
41 |
|
42 |
def fn(glycan, model):
|
43 |
# Draw graph
|
|
|
38 |
model3 = torch.load("model3.pt", map_location=torch.device('cpu'))
|
39 |
model4 = torch.load("model4.pt", map_location=torch.device('cpu'))
|
40 |
model5 = torch.load("model5.pt", map_location=torch.device('cpu'))
|
41 |
+
model6 = torch.load("model6.pt", map_location=torch.device('cpu'))
|
42 |
|
43 |
def fn(glycan, model):
|
44 |
# Draw graph
|