bubuuunel commited on
Commit
8c9bb34
·
verified ·
1 Parent(s): cafced4

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.interface(
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,