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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1125,7 +1125,7 @@ with proteinMPNN:
1125
  gr.Markdown("# ProteinMPNN + ESMFold")
1126
  gr.Markdown(
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
  """
 
1125
  gr.Markdown("# ProteinMPNN + ESMFold")
1126
  gr.Markdown(
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
  """