Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ iface = gr.Interface(
|
|
96 |
|
97 |
],
|
98 |
|
99 |
-
["text",gr.Image(type='file',shape=
|
100 |
examples=[
|
101 |
["Mujer",25,"Soltero",1500,20,2,True,2,2],
|
102 |
["Hombre",25,"Casado",1500,20,2,False,2,2],
|
|
|
96 |
|
97 |
],
|
98 |
|
99 |
+
["text",gr.Image(type='file',shape=[60,60])],
|
100 |
examples=[
|
101 |
["Mujer",25,"Soltero",1500,20,2,True,2,2],
|
102 |
["Hombre",25,"Casado",1500,20,2,False,2,2],
|