armheb commited on
Commit
3f1302c
1 Parent(s): a7723b1
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -0
app.py CHANGED
@@ -93,7 +93,7 @@ def Predict_profile(sequence, header = header,rem=rem,Hash1 = Hash1):
93
  return(pred_Profile)
94
 
95
 
96
- title="Protein sequence profile prediction using ProtAlbert transformer"
97
 
98
 
99
 
 
93
  return(pred_Profile)
94
 
95
 
96
+ title="Protein sequence profile prediction using ProtAlbert transformer https://www.biorxiv.org/content/10.1101/2021.09.23.461475v4"
97
 
98
 
99
 
requirements.txt CHANGED
@@ -1,3 +1,4 @@
 
1
  numpy
2
  transformers
3
  sentencepiece
 
1
+ torch==1.10.0
2
  numpy
3
  transformers
4
  sentencepiece