Update app.py
Browse files
app.py
CHANGED
@@ -158,7 +158,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
158 |
"""
|
159 |
## 🎶YourMT3+: Multi-instrument Music Transcription with Enhanced Transformer Architectures and Cross-dataset Stem Augmentation
|
160 |
#### Caution:
|
161 |
-
-
|
162 |
- For acadmic reproduction purpose, we strongly recommend to use or [Colab Demo](https://colab.research.google.com/drive/1AgOVEBfZknDkjmSRA7leoa81a2vrnhBG?usp=sharing) with multiple checkpoints.
|
163 |
### [Paper](https://arxiv.org/abs/2407.04822) [Code](https://github.com/mimbres/YourMT3)
|
164 |
""")
|
|
|
158 |
"""
|
159 |
## 🎶YourMT3+: Multi-instrument Music Transcription with Enhanced Transformer Architectures and Cross-dataset Stem Augmentation
|
160 |
#### Caution:
|
161 |
+
- Currently running on CPU, and it takes longer than 3 minutes for a 30-second input.
|
162 |
- For acadmic reproduction purpose, we strongly recommend to use or [Colab Demo](https://colab.research.google.com/drive/1AgOVEBfZknDkjmSRA7leoa81a2vrnhBG?usp=sharing) with multiple checkpoints.
|
163 |
### [Paper](https://arxiv.org/abs/2407.04822) [Code](https://github.com/mimbres/YourMT3)
|
164 |
""")
|