I am trying
DensityPlot[output, {input1, 0.41, 1.16}, {input2, -0.4, 0.37},
ColorFunction -> "SunsetColors",
PlotLegends -> Automatic,
Mesh -> 16,
AxesLabel -> {"input1", "input2"}]
but the addition of AxesLabel -> {"input1", "input2"} does not label the axes as usual, is there an alternative way or am I doing something wrong?