Update examples/moondream-chatbot/bot.py
Co-authored-by: Mark Backman <m.backman@gmail.com>
This commit is contained in:
@@ -67,7 +67,7 @@ talking_frame = SpriteFrame(images=sprites)
|
|||||||
|
|
||||||
|
|
||||||
class TalkingAnimation(FrameProcessor):
|
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.
|
and then returns to a "quiet" sprite when it sees a BotStoppedSpeakingFrame.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user