Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -128,18 +128,18 @@ YOUTUBE_EXAMPLES = ["https://www.youtube.com/watch?v=vMboypSkj3c"]
|
|
| 128 |
# theme = 'gradio/dracula_revamped' #'Insuz/Mocha' #gr.themes.Soft()
|
| 129 |
# with gr.Blocks(theme=theme) as demo:
|
| 130 |
theme = gr.Theme.from_hub("gradio/dracula_revamped")
|
| 131 |
-
theme.text_md = '
|
| 132 |
with gr.Blocks(theme=theme) as demo:
|
| 133 |
|
| 134 |
with gr.Row():
|
| 135 |
with gr.Column(scale=10):
|
| 136 |
gr.Markdown(
|
| 137 |
"""
|
| 138 |
-
|
| 139 |
-
|
| 140 |
- Running on CPU takes more than 3 minutes for a 30-second input, and it takes less than 10s with T4 GPU-small ($0.4/hr).
|
| 141 |
- For acadmic reproduction purpose, we strongly recommend to use or [Colab Demo](https://colab.research.google.com/drive/1AgOVEBfZknDkjmSRA7leoa81a2vrnhBG?usp=sharing) with multiple checkpoints.
|
| 142 |
-
|
| 143 |
""")
|
| 144 |
|
| 145 |
with gr.Group():
|
|
|
|
| 128 |
# theme = 'gradio/dracula_revamped' #'Insuz/Mocha' #gr.themes.Soft()
|
| 129 |
# with gr.Blocks(theme=theme) as demo:
|
| 130 |
theme = gr.Theme.from_hub("gradio/dracula_revamped")
|
| 131 |
+
theme.text_md = '9px'
|
| 132 |
with gr.Blocks(theme=theme) as demo:
|
| 133 |
|
| 134 |
with gr.Row():
|
| 135 |
with gr.Column(scale=10):
|
| 136 |
gr.Markdown(
|
| 137 |
"""
|
| 138 |
+
## 🎶YourMT3+: Multi-instrument Music Transcription with Enhanced Transformer Architectures and Cross-dataset Stem Augmentation
|
| 139 |
+
#### Caution:
|
| 140 |
- Running on CPU takes more than 3 minutes for a 30-second input, and it takes less than 10s with T4 GPU-small ($0.4/hr).
|
| 141 |
- For acadmic reproduction purpose, we strongly recommend to use or [Colab Demo](https://colab.research.google.com/drive/1AgOVEBfZknDkjmSRA7leoa81a2vrnhBG?usp=sharing) with multiple checkpoints.
|
| 142 |
+
### [Paper](https://arxiv.org/abs/2407.04822) [Code](https://github.com/mimbres/YourMT3)
|
| 143 |
""")
|
| 144 |
|
| 145 |
with gr.Group():
|