Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -212,13 +212,13 @@ with demo:
|
|
212 |
<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; margin-right: 0.4em;">
|
213 |
Ongi etorri LANGSWITCH-en demora, Orai NLP Teknologiak garatutako hizketa-ezagutzaile eleanitza!
|
214 |
</span> <br>
|
215 |
-
Grabaketak
|
216 |
|
217 |
🇪🇸 ¡Bienvenida/o a la demo de LANGSWITCH, el sistema de reconocimiento automático del habla multilingüe desarrollado por Orai NLP Teknologiak!
|
218 |
-
|
219 |
|
220 |
🇬🇧 Welcome to the LANGSWITCH demo, the multilingual automatic speech recogniser developed by Orai NLP Teknologiak!
|
221 |
-
The recordings are
|
222 |
""", elem_id=["intro-text"])
|
223 |
ok_button = gr.Button("OK", elem_id="ok-button")
|
224 |
ok_button.click(fn=start_app, outputs=[intro, app_block])
|
|
|
212 |
<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; margin-right: 0.4em;">
|
213 |
Ongi etorri LANGSWITCH-en demora, Orai NLP Teknologiak garatutako hizketa-ezagutzaile eleanitza!
|
214 |
</span> <br>
|
215 |
+
Grabaketak <strong>automatikoki ezabatzen dira</strong> eta ez dira gordeko.
|
216 |
|
217 |
🇪🇸 ¡Bienvenida/o a la demo de LANGSWITCH, el sistema de reconocimiento automático del habla multilingüe desarrollado por Orai NLP Teknologiak!
|
218 |
+
Las grabaciones se <strong>eliminan automáticamente</strong> y no serán guardados.
|
219 |
|
220 |
🇬🇧 Welcome to the LANGSWITCH demo, the multilingual automatic speech recogniser developed by Orai NLP Teknologiak!
|
221 |
+
The recordings are <strong>automatically removed</strong> and will not be saved.
|
222 |
""", elem_id=["intro-text"])
|
223 |
ok_button = gr.Button("OK", elem_id="ok-button")
|
224 |
ok_button.click(fn=start_app, outputs=[intro, app_block])
|