savitha7 commited on
Commit
aec3c7f
·
verified ·
1 Parent(s): e979750
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -243,6 +243,7 @@ def predict_bmi(image, height_in_inches, age):
243
  model3_gpt = chatgpt_openai(
244
  height_in_inches, predicted_class2, predicted_class, age
245
  )
 
246
  data = model3_gpt["bmi_range"]
247
  get_bmi_range = [data["min"], data["max"]]
248
 
 
243
  model3_gpt = chatgpt_openai(
244
  height_in_inches, predicted_class2, predicted_class, age
245
  )
246
+ print(model3_gpt,'gpt')
247
  data = model3_gpt["bmi_range"]
248
  get_bmi_range = [data["min"], data["max"]]
249