wwydmanski commited on
Commit
9605c17
1 Parent(s): 31ae121

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -27,6 +27,7 @@ def convert_outputs_to_pdb(outputs):
27
  return pdbs
28
 
29
  def fold_prot_locally(sequence):
 
30
  tokenized_input = tokenizer([sequence], return_tensors="pt", add_special_tokens=False)['input_ids'].cuda()
31
 
32
  with torch.no_grad():
 
27
  return pdbs
28
 
29
  def fold_prot_locally(sequence):
30
+ print("Folding:", sequence)
31
  tokenized_input = tokenizer([sequence], return_tensors="pt", add_special_tokens=False)['input_ids'].cuda()
32
 
33
  with torch.no_grad():