KikoDM commited on
Commit
f9a2ded
1 Parent(s): 4832928

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ iface = gr.Interface(
96
 
97
  ],
98
 
99
- ["text",gr.Image(type='file',shape=(120,120))],
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],