Str object is not callable error

#2
by face-bidet - opened

predictor.predict({"inputs": "The Capital of Washington State is"})

results in

"message": "str object is not callable"

from here

raise PredictionException(str(e), 400)

Sign up or log in to comment