SinapsisSpace commited on
Commit
ebea0b9
1 Parent(s): d01ad6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ iface = gr.Interface(
17
  inputs=gr.Textbox(label="text", lines=3),
18
  outputs='text',
19
  title=title,
20
- examples=[["Hello! My name is Abubakar"], ["How are you?"]]
21
  )
22
 
23
  # Lanzar la interfaz
 
17
  inputs=gr.Textbox(label="text", lines=3),
18
  outputs='text',
19
  title=title,
20
+ examples=[["Hola! Mi nombre es Sinapsis"], ["Como estas tu?"]]
21
  )
22
 
23
  # Lanzar la interfaz