roman-bushuiev commited on
Commit
a7254a9
·
1 Parent(s): 6b0bf1d

Update text intro

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -592,8 +592,8 @@ def _create_gradio_interface():
592
  gr.Markdown(value="""
593
  DreaMS (Deep Representations Empowering the Annotation of Mass Spectra) is a transformer-based
594
  neural network designed to interpret tandem mass spectrometry (MS/MS) data (<a href="https://www.nature.com/articles/s41587-025-02663-3">Bushuiev et al., Nature Biotechnology, 2025</a>).
595
- This website provides an easy access to perform library matching with DreaMS. Please upload
596
- your MS/MS file and click on the "Run DreaMS" button. Predictions may currently take up to 10 minutes for files with several thousands of spectra.
597
  """)
598
 
599
  # Input section
 
592
  gr.Markdown(value="""
593
  DreaMS (Deep Representations Empowering the Annotation of Mass Spectra) is a transformer-based
594
  neural network designed to interpret tandem mass spectrometry (MS/MS) data (<a href="https://www.nature.com/articles/s41587-025-02663-3">Bushuiev et al., Nature Biotechnology, 2025</a>).
595
+ This website provides an easy access to perform library matching with DreaMS against the <a href="https://huggingface.co/datasets/roman-bushuiev/MassSpecGym">MassSpecGym</a> spectral library (combination of GNPS, MoNA, and Pluskal lab data). Please upload
596
+ your MS/MS file and click on the "Run DreaMS" button.
597
  """)
598
 
599
  # Input section