mimbres commited on
Commit
25872a9
1 Parent(s): 9313f4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +16 -1
app.py CHANGED
@@ -160,7 +160,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
160
  with gr.Row():
161
  with gr.Column(scale=10):
162
  gr.Markdown(
163
- """
164
  ## 🎶YourMT3+: Multi-instrument Music Transcription with Enhanced Transformer Architectures and Cross-dataset Stem Augmentation
165
  ### Model card:
166
  - Model name: `{model_name}`
@@ -175,6 +175,21 @@ with gr.Blocks(theme=theme, css=css) as demo:
175
  - Currently running on CPU, and it takes longer than 3 minutes for a 30-second input. Please try [GPU-HuggingFace-demo](mimbres/YourMT3) for fast inference.
176
  - For acadmic reproduction purpose, we strongly recommend to use [Colab Demo](https://colab.research.google.com/drive/1AgOVEBfZknDkjmSRA7leoa81a2vrnhBG?usp=sharing) with multiple checkpoints.
177
  ### [Paper](https://arxiv.org/abs/2407.04822) [Code](https://github.com/mimbres/YourMT3)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
178
  """)
179
 
180
  with gr.Group():
 
160
  with gr.Row():
161
  with gr.Column(scale=10):
162
  gr.Markdown(
163
+ f"""
164
  ## 🎶YourMT3+: Multi-instrument Music Transcription with Enhanced Transformer Architectures and Cross-dataset Stem Augmentation
165
  ### Model card:
166
  - Model name: `{model_name}`
 
175
  - Currently running on CPU, and it takes longer than 3 minutes for a 30-second input. Please try [GPU-HuggingFace-demo](mimbres/YourMT3) for fast inference.
176
  - For acadmic reproduction purpose, we strongly recommend to use [Colab Demo](https://colab.research.google.com/drive/1AgOVEBfZknDkjmSRA7leoa81a2vrnhBG?usp=sharing) with multiple checkpoints.
177
  ### [Paper](https://arxiv.org/abs/2407.04822) [Code](https://github.com/mimbres/YourMT3)
178
+ <div style="display: inline-block;">
179
+ <a href="https://arxiv.org/abs/2407.04822">
180
+ <img src="https://img.shields.io/badge/arXiv-B31B1B?logo=arxiv&logoColor=fff&style=plastic" alt="arXiv Badge"/>
181
+ </a>
182
+ </div>
183
+ <div style="display: inline-block;">
184
+ <a href="https://github.com/mimbres/YourMT3">
185
+ <img src="https://img.shields.io/badge/GitHub-181717?logo=github&logoColor=fff&style=plastic" alt="GitHub Badge"/>
186
+ </a>
187
+ </div>
188
+ <div style="display: inline-block;">
189
+ <a href="https://colab.research.google.com/drive/1AgOVEBfZknDkjmSRA7leoa81a2vrnhBG?usp=sharing">
190
+ <img src="https://img.shields.io/badge/Google%20Colab-F9AB00?logo=googlecolab&logoColor=fff&style=plastic"/>
191
+ </a>
192
+ </div>
193
  """)
194
 
195
  with gr.Group():