Spaces:
Running
on
T4
Running
on
T4
Commit
·
f3fe96d
1
Parent(s):
94bdda6
Update app.py
Browse files
app.py
CHANGED
|
@@ -1255,21 +1255,24 @@ def set_examples(example):
|
|
| 1255 |
proteinMPNN = gr.Blocks()
|
| 1256 |
|
| 1257 |
with proteinMPNN:
|
| 1258 |
-
|
| 1259 |
-
gr.Markdown(
|
| 1260 |
-
|
| 1261 |
-
|
| 1262 |
-
|
| 1263 |
-
|
| 1264 |
-
|
|
|
|
|
|
|
|
|
|
| 1265 |
|
| 1266 |
-
|
| 1267 |
|
| 1268 |
-
|
| 1269 |
|
| 1270 |
-
|
| 1271 |
-
)
|
| 1272 |
-
gr.Markdown("")
|
| 1273 |
|
| 1274 |
with gr.Tabs():
|
| 1275 |
with gr.TabItem("Input"):
|
|
|
|
| 1255 |
proteinMPNN = gr.Blocks()
|
| 1256 |
|
| 1257 |
with proteinMPNN:
|
| 1258 |
+
|
| 1259 |
+
gr.Markdown("# MAINTENANC, CURRENTLY NOT WORKING")
|
| 1260 |
+
gr.HTML("<span style='font-size:3em;color:red'>⚠</span>")
|
| 1261 |
+
# gr.Markdown("# ProteinMPNN")
|
| 1262 |
+
# gr.Markdown(
|
| 1263 |
+
# """This model takes as input a protein structure and based on its backbone predicts new sequences that will fold into that backbone.
|
| 1264 |
+
# Optionally, we can run AlphaFold2 on the predicted sequence to check whether the predicted sequences adopt the same backbone.
|
| 1265 |
+
|
| 1266 |
+
# If you use this space please cite the ProteinMPNN paper
|
| 1267 |
+
# > J. Dauparas, I. Anishchenko, N. Bennett, H. Bai, R. J. Ragotte, L. F. Milles, B. I. M. Wicky, A. Courbet, R. J. de Haas, N. Bethel, P. J. Y. Leung, T. F. Huddy, S. Pellock, D. Tischer, F. Chan, B. Koepnick, H. Nguyen, A. Kang, B. Sankaran, A. K. Bera, N. P. King, D. Baker, Robust deep learning–based protein sequence design using ProteinMPNN. Science 378, 49–56 (2022).
|
| 1268 |
|
| 1269 |
+
# and this webapp:
|
| 1270 |
|
| 1271 |
+
# > Simon L. Dürr. (2023). ProteinMPNN Gradio Webapp (v0.3). Zenodo. https://doi.org/10.5281/zenodo.7630417
|
| 1272 |
|
| 1273 |
+
# """
|
| 1274 |
+
# )
|
| 1275 |
+
# gr.Markdown("")
|
| 1276 |
|
| 1277 |
with gr.Tabs():
|
| 1278 |
with gr.TabItem("Input"):
|