C5 W1 A3: Inference model Assertion error

Which is causing the issue ?

inference_model = Model([x, a,c], outputs)
Tried as well
inference_model = Model([x, a0,c0], outputs)

The arguments you’re passing in Step 3 are not correct.
x, a, and c are not the inputs. Those variables are updated on each step of t.