Nymbo commited on
Commit
f7f7f97
1 Parent(s): 7bf63a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -9
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: Scaling Speech Technology to 1000+ languages demo. See our <a href='https://ai.facebook.com/blog/multilingual-model-speech-recognition/'>blog post</a> and <a href='https://arxiv.org/abs/2305.13516'>paper</a>.</p>"
71
  )
72
  gr.HTML(
73
- """<center>Click on the appropriate tab to explore Speech-to-text (ASR), Text-to-speech (TTS) and Language identification (LID) demos. </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(