Spaces:
Runtime error
Runtime error
devssaturdays
commited on
Commit
•
4f59ecc
1
Parent(s):
9df3104
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ iface = gr.Interface(
|
|
110 |
|
111 |
],
|
112 |
|
113 |
-
["text",gr.Image(type='
|
114 |
examples=[
|
115 |
["Mujer",33,"Soltero",2917,9,1,False,9,1],
|
116 |
["Hombre",42,"Casado",3111,16,5,False,7,3],
|
|
|
110 |
|
111 |
],
|
112 |
|
113 |
+
["text",gr.Image(type='filepath')],
|
114 |
examples=[
|
115 |
["Mujer",33,"Soltero",2917,9,1,False,9,1],
|
116 |
["Hombre",42,"Casado",3111,16,5,False,7,3],
|