diff --git a/examples/moondream-chatbot/bot.py b/examples/moondream-chatbot/bot.py index dab630311..4669607a7 100644 --- a/examples/moondream-chatbot/bot.py +++ b/examples/moondream-chatbot/bot.py @@ -67,7 +67,7 @@ talking_frame = SpriteFrame(images=sprites) class TalkingAnimation(FrameProcessor): - """This class starts a talking animation when it receives an first AudioFrame, + """This class starts a talking animation when it receives an first BotStartedSpeakingFrame, and then returns to a "quiet" sprite when it sees a BotStoppedSpeakingFrame. """