julse commited on
Commit
65251a3
·
verified ·
1 Parent(s): 9ea0857

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -331,14 +331,12 @@ def create_interface():
331
 
332
  # 🧬 RPcontact: RNA-Protein Contact Prediction
333
  **Direct Nucleotide–Residue Contact Prediction from Primary Sequences** [Paper](https://www.biorxiv.org/content/10.1101/2025.06.02.657171v1.full)| [Code](https://github.com/rpcontact) | [Demo](https://julse-rpcontact.hf.space/)
334
-
335
  </center>
336
 
337
 
338
- > RPcontact predicts direct nucleotide-residue contacts between RNA and protein sequences.
339
- Leveraging **ERNIE-RNA** for RNA and **ESM-2** for protein modeling, the method provides high-resolution insights into RNA-protein interactions at the atomic level.
340
- <br><br>Current Demo (auROC 0.779 on VL-49) is optimized for limited CPU environments using efficient one-hot encoding<br>
341
- Advanced Model (auROC 0.845 on VL-49), the Embedding-based approach will be released upon paper publication ([contact us](mailto:[email protected]) for early access)
342
 
343
  """)
344
  with gr.Tab("🔬 Contact Prediction"):
 
331
 
332
  # 🧬 RPcontact: RNA-Protein Contact Prediction
333
  **Direct Nucleotide–Residue Contact Prediction from Primary Sequences** [Paper](https://www.biorxiv.org/content/10.1101/2025.06.02.657171v1.full)| [Code](https://github.com/rpcontact) | [Demo](https://julse-rpcontact.hf.space/)
 
334
  </center>
335
 
336
 
337
+ >This tool leveraging **ERNIE-RNA** for RNA and **ESM-2** for protein modeling, the method provides high-resolution insights into RNA-protein interactions at the atomic level.
338
+ <br>Current Demo (auROC 0.779 on VL-49) is optimized for limited CPU environments using efficient one-hot encoding<br>
339
+ Advanced Model (auROC 0.845 on VL-49), the embedding-based approach will be released upon paper publication ([contact us](mailto:[email protected]) for early access)
 
340
 
341
  """)
342
  with gr.Tab("🔬 Contact Prediction"):