Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ with gr.Blocks() as demo:
|
|
27 |
gr.HTML(
|
28 |
"""
|
29 |
<div style="text-align: center;">
|
30 |
-
<img src="https://huggingface.co/spaces/
|
31 |
<h1 style="color: #0077be;">Language Transcriber powered by UNESCO, Meta and Hugging Face</h1>
|
32 |
</div>
|
33 |
"""
|
|
|
27 |
gr.HTML(
|
28 |
"""
|
29 |
<div style="text-align: center;">
|
30 |
+
<img src="https://huggingface.co/spaces/facebook/MMS/resolve/main/BANNER.png" alt="UNESCO Meta Hugging Face Banner" style="max-width: 800px; width: 100%; margin: 0 auto;">
|
31 |
<h1 style="color: #0077be;">Language Transcriber powered by UNESCO, Meta and Hugging Face</h1>
|
32 |
</div>
|
33 |
"""
|