In writing a presentation using beamer, and I would like to add "source information" to my graphs (under the picture). I've implemented the great solution I found here: How to write a source description under the loaded picture and it works fine for me on a article document class.
But I cannot make it work on a beamer document. It inserts the figure caption above and below the figure.
My code is:
\begin{frame}
\frametitle{Total Variance Decomposition of Grades}
\begin{figure}[H]
\centering
\caption{Vriance decomposition}
\includegraphics[scale=0.25]{var_dec_eiop_explicada_FG2018}
\caption*{Source of the image.}
\end{figure}
\end{frame}
The output is:


