Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,8 +36,8 @@ outputs = gr.Textbox(label='Performance_Index')
|
|
| 36 |
interface1 = gr.Interface(fn = predict_func,
|
| 37 |
inputs = inputs,
|
| 38 |
outputs = outputs,
|
| 39 |
-
title="Prédire la performence d'un élève"
|
| 40 |
-
|
| 41 |
|
| 42 |
|
| 43 |
# faire un tabbing des interfaces
|
|
|
|
| 36 |
interface1 = gr.Interface(fn = predict_func,
|
| 37 |
inputs = inputs,
|
| 38 |
outputs = outputs,
|
| 39 |
+
title="Prédire la performence d'un élève"
|
| 40 |
+
)
|
| 41 |
|
| 42 |
|
| 43 |
# faire un tabbing des interfaces
|