Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ demo = gr.Interface(
|
|
94 |
gr.Number(label="Person's Credit History Length"),
|
95 |
],
|
96 |
outputs = "text",
|
97 |
-
title = gr.Image(type="pil", value=Non_payment_logo.png),
|
98 |
examples = [[23,25000,'RENT',2,'EDUCATION','A',30000,8.9,'N',6],
|
99 |
[34,50000,'OWN',1,'MEDICAL','B',62000,10.65,'N',3],
|
100 |
[42,30000,"MORTGAGE",12,'HOMEIMPROVEMENT','C',800000,7.9,'Y',8],
|
|
|
94 |
gr.Number(label="Person's Credit History Length"),
|
95 |
],
|
96 |
outputs = "text",
|
97 |
+
title = gr.Image(type="pil", value="Non_payment_logo.png"),
|
98 |
examples = [[23,25000,'RENT',2,'EDUCATION','A',30000,8.9,'N',6],
|
99 |
[34,50000,'OWN',1,'MEDICAL','B',62000,10.65,'N',3],
|
100 |
[42,30000,"MORTGAGE",12,'HOMEIMPROVEMENT','C',800000,7.9,'Y',8],
|