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 |
-
[](https://arxiv.org/abs/2409.00750)
|
415 |
-
|
416 |
-
[](https://huggingface.co/amphion/maskgct)
|
417 |
-
|
418 |
-
[](https://huggingface.co/spaces/amphion/maskgct)
|
419 |
-
|
420 |
-
[](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 |
+
[](https://arxiv.org/abs/2409.00750) [](https://huggingface.co/amphion/maskgct) [](https://huggingface.co/spaces/amphion/maskgct) [](https://github.com/open-mmlab/Amphion/tree/main/models/tts/maskgct)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
413 |
"""
|
414 |
)
|
415 |
|