Spaces:
Sleeping
Sleeping
Update lambdas.py
Browse files- lambdas.py +1 -1
lambdas.py
CHANGED
@@ -74,7 +74,7 @@ def predict(b64image: str,
|
|
74 |
"b64image": b64image,
|
75 |
"ip_ports": ip_ports,
|
76 |
"upload": upload,
|
77 |
-
"patient_identifier":
|
78 |
"codes": codes,
|
79 |
"models_identifier": models_identifier,
|
80 |
"shift": None #shift,
|
|
|
74 |
"b64image": b64image,
|
75 |
"ip_ports": ip_ports,
|
76 |
"upload": upload,
|
77 |
+
"patient_identifier": patient_identifier, #None, # patient_identifier
|
78 |
"codes": codes,
|
79 |
"models_identifier": models_identifier,
|
80 |
"shift": None #shift,
|