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