sunil18p31a0101 commited on
Commit
c8c222d
·
verified ·
1 Parent(s): c6b62ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ def check_image_format(filepath):
89
  return False
90
 
91
  # Function to predict hemoglobin value with label encoding for gender
92
- def predict_hemoglobin(age, gender, image):
93
  try:
94
  # Ensure the image is not None
95
  if image is None:
 
89
  return False
90
 
91
  # Function to predict hemoglobin value with label encoding for gender
92
+ def predict_hemoglobin(age, Gender, image):
93
  try:
94
  # Ensure the image is not None
95
  if image is None: