Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -92,9 +92,10 @@ iface = gr.Interface(
|
|
92 |
|
93 |
["text",gr.Image(type='file')],
|
94 |
examples=[
|
95 |
-
["Mujer",
|
96 |
-
["Hombre",
|
97 |
-
["Hombre",
|
|
|
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',
|