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:38:36 +05:30
committed by GitHub
parent 491feb691c
commit a90e81e2eb

View File

@@ -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 BotStartedSpeakingFrame.
and then returns to a "quiet" sprite when it sees a BotStoppedSpeakingFrame.
"""
def __init__(self):