Spaces:
Running
on
Zero
Running
on
Zero
Anton Bushuiev
commited on
Commit
•
688dca6
1
Parent(s):
6821ebb
Add link to cpu version of the web
Browse files
app.py
CHANGED
@@ -428,6 +428,8 @@ with app:
|
|
428 |
""")
|
429 |
gr.Image("assets/readme-dimer-close-up.png")
|
430 |
gr.Markdown(value="""
|
|
|
|
|
431 |
[PPIformer](https://github.com/anton-bushuiev/PPIformer/tree/main) is a state-of-the-art predictor of the effects of mutations
|
432 |
on protein-protein interactions (PPIs), as quantified by the binding free energy changes (ddG). PPIformer was shown to successfully
|
433 |
identify known favourable mutations of the [staphylokinase thrombolytics](https://pubmed.ncbi.nlm.nih.gov/10942387/)
|
|
|
428 |
""")
|
429 |
gr.Image("assets/readme-dimer-close-up.png")
|
430 |
gr.Markdown(value="""
|
431 |
+
📣 **New!** The model now runs on [Zero GPU](https://huggingface.co/zero-gpu-explorers), which is currently in beta. Please see the [CPU-only version of PPIformer Web](https://huggingface.co/spaces/anton-bushuiev/PPIformer-CPU) if you experience any issues.
|
432 |
+
|
433 |
[PPIformer](https://github.com/anton-bushuiev/PPIformer/tree/main) is a state-of-the-art predictor of the effects of mutations
|
434 |
on protein-protein interactions (PPIs), as quantified by the binding free energy changes (ddG). PPIformer was shown to successfully
|
435 |
identify known favourable mutations of the [staphylokinase thrombolytics](https://pubmed.ncbi.nlm.nih.gov/10942387/)
|