Skip to content

Commit

Permalink
Update main_predict.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aladelca authored Apr 26, 2024
1 parent 56c3c76 commit e7adc1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 09_model_pipeline/predict/src/main_predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def lambda_handler(event, context):
data = json.load(f)
print(data)
'''
print('check')
#data = json.loads(json.dumps(event))
try:
data = data['result']
Expand All @@ -32,4 +33,4 @@ def lambda_handler(event, context):
},
"body": results_dicts
}
return response
return response

0 comments on commit e7adc1d

Please sign in to comment.