Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -80,7 +80,7 @@ inputs = [gr.Number(label='AGE'),
|
|
| 80 |
# Créer les outputs
|
| 81 |
outputs = gr.Textbox(label='Y')
|
| 82 |
# Créer l'interface 1
|
| 83 |
-
interface1 = gr.Interface(fn =
|
| 84 |
inputs = inputs,
|
| 85 |
outputs = outputs,
|
| 86 |
title="Prédire si un client souscrira à un dépot a terme",
|
|
|
|
| 80 |
# Créer les outputs
|
| 81 |
outputs = gr.Textbox(label='Y')
|
| 82 |
# Créer l'interface 1
|
| 83 |
+
interface1 = gr.Interface(fn = prediction_simple,
|
| 84 |
inputs = inputs,
|
| 85 |
outputs = outputs,
|
| 86 |
title="Prédire si un client souscrira à un dépot a terme",
|