dalexanderch commited on
Commit
bcf93fd
1 Parent(s): 86f541d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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