Update app.py
Browse files
app.py
CHANGED
@@ -66,6 +66,15 @@ tabbed_interface = gr.TabbedInterface(
|
|
66 |
)
|
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 |
)
|
|
|
66 |
)
|
67 |
|
68 |
with gr.Blocks() as demo:
|
69 |
+
gr.HTML(
|
70 |
+
"""
|
71 |
+
<div style="text-align: center;">
|
72 |
+
<img src="https://huggingface.co/spaces/UNESCO/nllb/resolve/main/UNESCO_META_HF_BANNER.png" alt="UNESCO Meta Hugging Face Banner" style="max-width: 800px; width: 100%; margin: 0 auto;">
|
73 |
+
<h1 style="color: #0077be;">UNESCO Language Translator, powered by Meta and Hugging Face</h1>
|
74 |
+
</div>
|
75 |
+
"""
|
76 |
+
)
|
77 |
+
|
78 |
gr.Markdown(
|
79 |
"<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>"
|
80 |
)
|