Explainable AI for a Keras model with 2 inputs

how can i use Deep Shap if it have 2 inputs in a keras model?

Maybe some ideas for thought here…
https://shap-lrjball.readthedocs.io/en/latest/example_notebooks/gradient_explainer/Multi-input%20Gradient%20Explainer%20MNIST%20Example.html

Here we demonstrate how to use GradientExplainer when you have multiple inputs to your Keras/TensorFlow model.