Update app.py
Browse files
app.py
CHANGED
|
@@ -95,6 +95,9 @@ with gr.Blocks() as demo:
|
|
| 95 |
gr.HTML(
|
| 96 |
"""<center>Click on the appropriate tab to explore Speech-to-text (ASR), Text-to-speech (TTS) and Language identification (LID) demos. </center>"""
|
| 97 |
)
|
|
|
|
|
|
|
|
|
|
| 98 |
gr.HTML(
|
| 99 |
"""<center><a href="https://huggingface.co/spaces/facebook/MMS?duplicate=true" style="display: inline-block;margin-top: .5em;margin-right: .25em;" target="_blank"><img style="margin-bottom: 0em;display: inline;margin-top: -.25em;" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a> for more control and no queue.</center>"""
|
| 100 |
)
|
|
|
|
| 95 |
gr.HTML(
|
| 96 |
"""<center>Click on the appropriate tab to explore Speech-to-text (ASR), Text-to-speech (TTS) and Language identification (LID) demos. </center>"""
|
| 97 |
)
|
| 98 |
+
gr.HTML(
|
| 99 |
+
"""<center>You can also finetune MMS models on your data using the recipes provides here - <a href='https://huggingface.co/blog/mms_adapters'>ASR</a> <a href='https://github.com/ylacombe/finetune-hf-vits'>TTS</a> </center>"""
|
| 100 |
+
)
|
| 101 |
gr.HTML(
|
| 102 |
"""<center><a href="https://huggingface.co/spaces/facebook/MMS?duplicate=true" style="display: inline-block;margin-top: .5em;margin-right: .25em;" target="_blank"><img style="margin-bottom: 0em;display: inline;margin-top: -.25em;" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a> for more control and no queue.</center>"""
|
| 103 |
)
|