Skip to content

Commit

Permalink
feat(predictions): retrieve outputs correctly
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Tawfik <[email protected]>
  • Loading branch information
mtawfik-95 committed Feb 28, 2024
1 parent 183a455 commit 66be7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion konan_sdk/endpoints/predictions.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,5 @@ def _process_page(
output=prediction['mls_output_json'],
features=prediction.get('features_json'),
feedback=prediction.get('feedback'),
) for prediction in results
) for prediction in results["outputs"]
]

0 comments on commit 66be7ed

Please sign in to comment.