KikoDM commited on
Commit
ff14f2e
1 Parent(s): 7b813dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -92,9 +92,10 @@ iface = gr.Interface(
92
 
93
  ["text",gr.Image(type='file')],
94
  examples=[
95
- ["Mujer",25,"Soltero",1500,20,2,True,2,2],
96
- ["Hombre",25,"Casado",1500,20,2,False,2,2],
97
- ["Hombre",25,"Divorciado",1500,20,2,True,2,2],
 
98
  ],
99
  interpretation="default",
100
  title = 'HUMANDS: Inteligencia artificial para empleados',
 
92
 
93
  ["text",gr.Image(type='file')],
94
  examples=[
95
+ ["Mujer",33,"Soltero",2917,9,1,False,9,1],
96
+ ["Hombre",42,"Casado",3111,16,5,False,7,3],
97
+ ["Hombre",50,"Divorciado",1732,20,50,True,3,3],
98
+ ["Mujer",25,"Soltero",2556,6,58,True,2,4],
99
  ],
100
  interpretation="default",
101
  title = 'HUMANDS: Inteligencia artificial para empleados',