KikoDM commited on
Commit
4a5a352
·
1 Parent(s): 8ef7cda

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.outputs.Image(type='file')],
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.outputs.Image(type='file',(120,120))],
100
  examples=[
101
  ["Mujer",25,"Soltero",1500,20,2,True,2,2],
102
  ["Hombre",25,"Casado",1500,20,2,False,2,2],