Yoni232 commited on
Commit
8248ec5
·
1 Parent(s): d75323a

modified description in the app.py file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ with gr.Blocks(title="CountEM - Music Transcription") as demo:
153
  """
154
  # CountEM - Automatic Music Transcription
155
 
156
- Upload a piano/music recording and transcribe it to MIDI using the CountEM framework.
157
 
158
  **Paper:** [Count the Notes: Histogram-Based Supervision for Automatic Music Transcription](https://arxiv.org/abs/2511.14250) (ISMIR 2025)
159
 
 
153
  """
154
  # CountEM - Automatic Music Transcription
155
 
156
+ Upload a piano/music recording and transcribe it to MIDI using a model that was trained using the CountEM framework on the MusicNet dataset.
157
 
158
  **Paper:** [Count the Notes: Histogram-Based Supervision for Automatic Music Transcription](https://arxiv.org/abs/2511.14250) (ISMIR 2025)
159