KikoDM commited on
Commit
267e4e9
1 Parent(s): 974281f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ iface = gr.Interface(
94
 
95
  ],
96
 
97
- [gr.outputs.Image(type='file',[120,120])],
98
  examples=[
99
  ["Mujer",25,"Soltero",1500,20,2,True,2,2],
100
  ["Hombre",25,"Casado",1500,20,2,False,2,2],
 
94
 
95
  ],
96
 
97
+ [gr.outputs.Image(type='file',shape=[120,120])],
98
  examples=[
99
  ["Mujer",25,"Soltero",1500,20,2,True,2,2],
100
  ["Hombre",25,"Casado",1500,20,2,False,2,2],