a96123155 commited on
Commit
3ca49d5
·
1 Parent(s): d4459a8
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. app.py +1 -2
.DS_Store CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
 
app.py CHANGED
@@ -474,8 +474,7 @@ def read_raw(raw_input):
474
  return ids, sequences
475
 
476
  def predict_raw(raw_input):
477
-
478
- modelfile = f'v2.7_LeidenContrastive_best_model_fold0.pt'
479
  state_dict = torch.load(modelfile, map_location=torch.device(device))
480
  new_state_dict = OrderedDict()
481
 
 
474
  return ids, sequences
475
 
476
  def predict_raw(raw_input):
477
+ modelfile = 'v2.7_LeidenContrastive_best_model_fold0.pt'
 
478
  state_dict = torch.load(modelfile, map_location=torch.device(device))
479
  new_state_dict = OrderedDict()
480