simonduerr commited on
Commit
1cb235a
1 Parent(s): 6a69cf2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1127,7 +1127,7 @@ with proteinMPNN:
1127
  """This model takes as input a protein structure and based on its backbone predicts new sequences that will fold into that backbone.
1128
  It will then run [ESMFold](https://esmatlas.com/about) by MetaAI on the predicted structures and align the predicted structure for the designed sequence with the original backbone.
1129
 
1130
- **Note, there is a 400 residue limit in this version and multimeric structures can only be predicted locally. Follow, [README](https://huggingface.co/spaces/simonduerr/ProteinMPNNESM/) for instructions on how to run locally.**
1131
  """
1132
  )
1133
 
 
1127
  """This model takes as input a protein structure and based on its backbone predicts new sequences that will fold into that backbone.
1128
  It will then run [ESMFold](https://esmatlas.com/about) by MetaAI on the predicted structures and align the predicted structure for the designed sequence with the original backbone.
1129
 
1130
+ **Note, there is a 400 residue limit in this version and multimeric structures can only be predicted locally. Follow, [README](https://huggingface.co/spaces/simonduerr/ProteinMPNNESM/blob/main/README.md) for instructions on how to run locally.**
1131
  """
1132
  )
1133