Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
suzhoum committed May 22, 2024
1 parent 44c1588 commit 21ef07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autogluon/cloud/predictor/cloud_predictor.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ def predict_proba_real_time(
"""
self._validate_inference_kwargs(inference_kwargs=kwargs)
return self.backend.predict_proba_real_time(
test_data=test_data, test_data_image_column=test_data_image_column, accept=accept
test_data=test_data, test_data_image_column=test_data_image_column, accept=accept, inference_kwargs=kwargs
)

def predict(
Expand Down

0 comments on commit 21ef07c

Please sign in to comment.