Update examples/moondream-chatbot/bot.py

Co-authored-by: Mark Backman <m.backman@gmail.com>
This commit is contained in:
allenmylath
2025-01-22 19:40:12 +05:30
committed by GitHub
parent a90e81e2eb
commit 4cdcca588e

View File

@@ -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.
"""