Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,7 +52,6 @@ def predict_loan_status(
|
|
| 52 |
|
| 53 |
return "Loan Approved" if prediction == 1 else "Loan Rejected"
|
| 54 |
|
| 55 |
-
|
| 56 |
# Gradio Interface
|
| 57 |
interface = gr.Interface(
|
| 58 |
fn=predict_loan_status,
|
|
|
|
| 52 |
|
| 53 |
return "Loan Approved" if prediction == 1 else "Loan Rejected"
|
| 54 |
|
|
|
|
| 55 |
# Gradio Interface
|
| 56 |
interface = gr.Interface(
|
| 57 |
fn=predict_loan_status,
|