Reshmarb commited on
Commit
5e44aba
·
1 Parent(s): f5ce7ea

file added

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ def extract_medical_entities(user_input):
106
  if word in symptoms or word in diseases:
107
  medical_entities.append(word)
108
  logger.info(f"Extracted medical entities: {medical_entities}")
109
- return medical_entities
110
 
111
  # Function to encode the image
112
  def encode_image(uploaded_image):
 
106
  if word in symptoms or word in diseases:
107
  medical_entities.append(word)
108
  logger.info(f"Extracted medical entities: {medical_entities}")
109
+ # return medical_entities
110
 
111
  # Function to encode the image
112
  def encode_image(uploaded_image):