vineelpratap
commited on
Commit
•
bec2b9c
1
Parent(s):
0d24db7
Update app.py
Browse files
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> for more control and no queue.</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" 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 |
)
|
101 |
|
102 |
tabbed_interface.render()
|