Spaces:
Sleeping
Sleeping
file added
Browse files
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):
|