Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -67,17 +67,10 @@ tabbed_interface = gr.TabbedInterface(
|
|
67 |
|
68 |
with gr.Blocks() as demo:
|
69 |
gr.Markdown(
|
70 |
-
"<p align='center' style='font-size: 20px;'>MMS
|
71 |
)
|
72 |
gr.HTML(
|
73 |
-
"""<center>
|
74 |
-
)
|
75 |
-
gr.HTML(
|
76 |
-
"""<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>"""
|
77 |
-
)
|
78 |
-
gr.HTML(
|
79 |
-
"""<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>"""
|
80 |
-
)
|
81 |
|
82 |
tabbed_interface.render()
|
83 |
gr.HTML(
|
|
|
67 |
|
68 |
with gr.Blocks() as demo:
|
69 |
gr.Markdown(
|
70 |
+
"<p align='center' style='font-size: 20px;'>MMS</p>"
|
71 |
)
|
72 |
gr.HTML(
|
73 |
+
"""<center>Text-to-Speech, Speech-to-Text, and Language Recognition for 1,100+ languages.</center>"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
|
75 |
tabbed_interface.render()
|
76 |
gr.HTML(
|