Upload app.py
Browse files
app.py
CHANGED
|
@@ -89,7 +89,7 @@ model_output = gr.Label(label="Insurace Charges")
|
|
| 89 |
|
| 90 |
# Create the gradio interface, make title "HealthyLife Insurance Charge Prediction"
|
| 91 |
|
| 92 |
-
demo = gr.
|
| 93 |
fn=predict_insurance_charge,
|
| 94 |
inputs=[age_input,bmi_input,children_input,sex_input,smoker_input,region_input],
|
| 95 |
output=model_output,
|
|
|
|
| 89 |
|
| 90 |
# Create the gradio interface, make title "HealthyLife Insurance Charge Prediction"
|
| 91 |
|
| 92 |
+
demo = gr.Interface(
|
| 93 |
fn=predict_insurance_charge,
|
| 94 |
inputs=[age_input,bmi_input,children_input,sex_input,smoker_input,region_input],
|
| 95 |
output=model_output,
|