Spaces:
Running
Running
Hecheng0625
commited on
Commit
•
6ec52a1
1
Parent(s):
f7428c0
Update app.py
Browse files
app.py
CHANGED
@@ -409,15 +409,7 @@ iface = gr.Interface(
|
|
409 |
outputs=gr.Audio(label="Generated Audio"),
|
410 |
title="MaskGCT TTS Demo",
|
411 |
description="""
|
412 |
-
|
413 |
-
|
414 |
-
[![arXiv](https://img.shields.io/badge/arXiv-Paper-COLOR.svg)](https://arxiv.org/abs/2409.00750)
|
415 |
-
|
416 |
-
[![hf](https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace-model-yellow)](https://huggingface.co/amphion/maskgct)
|
417 |
-
|
418 |
-
[![hf](https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace-demo-pink)](https://huggingface.co/spaces/amphion/maskgct)
|
419 |
-
|
420 |
-
[![readme](https://img.shields.io/badge/README-Key%20Features-blue)](https://github.com/open-mmlab/Amphion/tree/main/models/tts/maskgct)
|
421 |
"""
|
422 |
)
|
423 |
|
|
|
409 |
outputs=gr.Audio(label="Generated Audio"),
|
410 |
title="MaskGCT TTS Demo",
|
411 |
description="""
|
412 |
+
[![arXiv](https://img.shields.io/badge/arXiv-Paper-COLOR.svg)](https://arxiv.org/abs/2409.00750) [![hf](https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace-model-yellow)](https://huggingface.co/amphion/maskgct) [![hf](https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace-demo-pink)](https://huggingface.co/spaces/amphion/maskgct) [![readme](https://img.shields.io/badge/README-Key%20Features-blue)](https://github.com/open-mmlab/Amphion/tree/main/models/tts/maskgct)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
413 |
"""
|
414 |
)
|
415 |
|