Update lambdas.py
Browse files- lambdas.py +1 -1
lambdas.py
CHANGED
|
@@ -77,7 +77,7 @@ def predict(b64image: str,
|
|
| 77 |
"patient_identifier": patient_identifier, #None, # patient_identifier
|
| 78 |
"codes": codes,
|
| 79 |
"models_identifier": models_identifier,
|
| 80 |
-
"shift":
|
| 81 |
}
|
| 82 |
|
| 83 |
status_code, r = run_lambda(body=body, function_name='getPredict-fastpay-public-stack')
|
|
|
|
| 77 |
"patient_identifier": patient_identifier, #None, # patient_identifier
|
| 78 |
"codes": codes,
|
| 79 |
"models_identifier": models_identifier,
|
| 80 |
+
"shift": shift #shift,
|
| 81 |
}
|
| 82 |
|
| 83 |
status_code, r = run_lambda(body=body, function_name='getPredict-fastpay-public-stack')
|