Spaces:
Running
on
T4
Running
on
T4
simonduerr
commited on
Commit
•
30a7365
1
Parent(s):
776dd95
Update app.py
Browse files
app.py
CHANGED
@@ -1468,7 +1468,7 @@ with proteinMPNN:
|
|
1468 |
inputs=[seq_dict, tempFile, num_recycles, selectedResidues],
|
1469 |
outputs=[mol, plotAF_plddt, plotAF_pae, results],
|
1470 |
)
|
1471 |
-
examples.click(fn=set_examples, inputs=examples, outputs=examples.
|
1472 |
gr.Markdown(
|
1473 |
"""Citation: **Robust deep learning based protein sequence design using ProteinMPNN** <br>
|
1474 |
Justas Dauparas, Ivan Anishchenko, Nathaniel Bennett, Hua Bai, Robert J. Ragotte, Lukas F. Milles, Basile I. M. Wicky, Alexis Courbet, Robbert J. de Haas, Neville Bethel, Philip J. Y. Leung, Timothy F. Huddy, Sam Pellock, Doug Tischer, Frederick Chan, Brian Koepnick, Hannah Nguyen, Alex Kang, Banumathi Sankaran, Asim Bera, Neil P. King, David Baker <br>
|
|
|
1468 |
inputs=[seq_dict, tempFile, num_recycles, selectedResidues],
|
1469 |
outputs=[mol, plotAF_plddt, plotAF_pae, results],
|
1470 |
)
|
1471 |
+
examples.click(fn=set_examples, inputs=examples, outputs=examples._components)
|
1472 |
gr.Markdown(
|
1473 |
"""Citation: **Robust deep learning based protein sequence design using ProteinMPNN** <br>
|
1474 |
Justas Dauparas, Ivan Anishchenko, Nathaniel Bennett, Hua Bai, Robert J. Ragotte, Lukas F. Milles, Basile I. M. Wicky, Alexis Courbet, Robbert J. de Haas, Neville Bethel, Philip J. Y. Leung, Timothy F. Huddy, Sam Pellock, Doug Tischer, Frederick Chan, Brian Koepnick, Hannah Nguyen, Alex Kang, Banumathi Sankaran, Asim Bera, Neil P. King, David Baker <br>
|