Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -229,9 +229,14 @@ with demo:
|
|
229 |
|
230 |
with intro:
|
231 |
gr.Markdown("""
|
232 |
-
|
|
|
|
|
233 |
|
234 |
-
|
|
|
|
|
|
|
235 |
""")
|
236 |
ok_button = gr.Button("OK")
|
237 |
ok_button.click(fn=start_app, outputs=[intro, app_block])
|
|
|
229 |
|
230 |
with intro:
|
231 |
gr.Markdown("""
|
232 |
+
Ongi etorri Orai NLP Teknologiaken hizketa-ezagutzaile automatikoko sistemaren demora!
|
233 |
+
🇪🇸 ¡Bienvenida/o a la demo del sistema de reconocimiento automático del habla de Orai NLP Teknologiak!
|
234 |
+
🇬🇧 Welcome to the demo of the automatic speech recognition system by Orai NLP Teknologiak!
|
235 |
|
236 |
+
|
237 |
+
Grabaketak ez dira gordetzen eta automatikoki ezabatzen dira.
|
238 |
+
🇪🇸 No se guardan las grabaciones y se eliminan automáticamente.
|
239 |
+
🇬🇧 The recordings are not saved and are automatically removed.
|
240 |
""")
|
241 |
ok_button = gr.Button("OK")
|
242 |
ok_button.click(fn=start_app, outputs=[intro, app_block])
|