vineelpratap commited on
Commit
29fa540
1 Parent(s): 1d571fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ with gr.Blocks() as demo:
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"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a></center>"""
100
  )
101
 
102
  tabbed_interface.render()
 
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"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a> for more control and no queue.</center>"""
100
  )
101
 
102
  tabbed_interface.render()