imorcillo commited on
Commit
752ca12
·
verified ·
1 Parent(s): 2987692

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -2
app.py CHANGED
@@ -229,9 +229,14 @@ with demo:
229
 
230
  with intro:
231
  gr.Markdown("""
232
- Welcome!
 
 
233
 
234
- ⚠️ The recordings are not saved and are automatically removed.
 
 
 
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])