Update app.py
Browse files
app.py
CHANGED
@@ -179,6 +179,23 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
179 |
- Currently running on CPU, and it takes longer than 3 minutes for a 30-second input.
|
180 |
- For acadmic reproduction purpose, we strongly recommend to use [Colab Demo](https://colab.research.google.com/drive/1AgOVEBfZknDkjmSRA7leoa81a2vrnhBG?usp=sharing) with multiple checkpoints.
|
181 |
### [arxiv:2407.04822](https://arxiv.org/abs/2407.04822) | [Code](https://github.com/mimbres/YourMT3)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
182 |
""")
|
183 |
|
184 |
with gr.Group():
|
|
|
179 |
- Currently running on CPU, and it takes longer than 3 minutes for a 30-second input.
|
180 |
- For acadmic reproduction purpose, we strongly recommend to use [Colab Demo](https://colab.research.google.com/drive/1AgOVEBfZknDkjmSRA7leoa81a2vrnhBG?usp=sharing) with multiple checkpoints.
|
181 |
### [arxiv:2407.04822](https://arxiv.org/abs/2407.04822) | [Code](https://github.com/mimbres/YourMT3)
|
182 |
+
<div style="display: inline-block;">
|
183 |
+
<a href="https://arxiv.org/abs/2407.04822">
|
184 |
+
<img src="https://img.shields.io/badge/arXiv-B31B1B?logo=arxiv&logoColor=fff&style=plastic" alt="arXiv Badge"/>
|
185 |
+
</a>
|
186 |
+
</div>
|
187 |
+
<div style="display: inline-block;">
|
188 |
+
<a href="https://github.com/mimbres/YourMT3">
|
189 |
+
<img src="https://img.shields.io/badge/GitHub-181717?logo=github&logoColor=fff&style=plastic" alt="GitHub Badge"/>
|
190 |
+
</a>
|
191 |
+
</div>
|
192 |
+
<div style="display: inline-block;">
|
193 |
+
<a href="https://huggingface.co/spaces/mimbres/YourMT3">
|
194 |
+
<img src="https://img.shields.io/badge/Model%20on-🤗-1f425f.svg?style=plastic" alt="Hugging Face Badge"/>
|
195 |
+
</a>
|
196 |
+
</div>
|
197 |
+
|
198 |
+
|
199 |
""")
|
200 |
|
201 |
with gr.Group():
|