Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ def transcribe_file(audio_upload, language):
|
|
81 |
|
82 |
css_content = """
|
83 |
#intro-text {
|
84 |
-
font-size:
|
85 |
line-height: 1.6;
|
86 |
text-align: center;
|
87 |
color: #333;
|
@@ -208,19 +208,15 @@ with demo:
|
|
208 |
|
209 |
with intro:
|
210 |
gr.Markdown("""
|
|
|
211 |
Ongi etorri LANGSWITCH-en demora, Orai NLP Teknologiak garatutako hizketa-ezagutzaile eleanitza!
|
|
|
212 |
|
213 |
🇪🇸 ¡Bienvenida/o a la demo de LANGSWITCH, el sistema de reconocimiento automático del habla multilingüe desarrollado por Orai NLP Teknologiak!
|
214 |
-
|
215 |
-
🇬🇧 Welcome to the LANGSWITCH demo, the multilingual automatic speech recogniser developed by Orai NLP Teknologiak!
|
216 |
-
|
217 |
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
🇪🇸 No se guardan las grabaciones y se eliminan automáticamente.
|
222 |
-
|
223 |
-
🇬🇧 The recordings are not saved and are automatically removed.
|
224 |
""", elem_id=["intro-text"])
|
225 |
ok_button = gr.Button("OK", elem_id="ok-button")
|
226 |
ok_button.click(fn=start_app, outputs=[intro, app_block])
|
|
|
81 |
|
82 |
css_content = """
|
83 |
#intro-text {
|
84 |
+
font-size: 2.0rem;
|
85 |
line-height: 1.6;
|
86 |
text-align: center;
|
87 |
color: #333;
|
|
|
208 |
|
209 |
with intro:
|
210 |
gr.Markdown("""
|
211 |
+
<img src="https://upload.wikimedia.org/wikipedia/commons/2/2d/Flag_of_the_Basque_Country.svg" alt="Ikurriña" style="width: 1.2em; vertical-align: middle;">
|
212 |
Ongi etorri LANGSWITCH-en demora, Orai NLP Teknologiak garatutako hizketa-ezagutzaile eleanitza!
|
213 |
+
Grabaketak ez dira gordetzen eta automatikoki ezabatzen dira.
|
214 |
|
215 |
🇪🇸 ¡Bienvenida/o a la demo de LANGSWITCH, el sistema de reconocimiento automático del habla multilingüe desarrollado por Orai NLP Teknologiak!
|
216 |
+
No se guardan las grabaciones y se eliminan automáticamente.
|
|
|
|
|
217 |
|
218 |
+
🇬🇧 Welcome to the LANGSWITCH demo, the multilingual automatic speech recogniser developed by Orai NLP Teknologiak!
|
219 |
+
The recordings are not saved and are automatically removed.
|
|
|
|
|
|
|
|
|
220 |
""", elem_id=["intro-text"])
|
221 |
ok_button = gr.Button("OK", elem_id="ok-button")
|
222 |
ok_button.click(fn=start_app, outputs=[intro, app_block])
|