Deadmon commited on
Commit
94791ea
·
verified ·
1 Parent(s): 316d1f3

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -4,7 +4,7 @@ import sys
4
  import time
5
  import logging
6
  from pipecat.frames.frames import (
7
- TextFrame, AudioFrame, CallEndEvent, UserStartedSpeakingFrame,
8
  UserStoppedSpeakingFrame, LLMResponseStartFrame, LLMResponseEndFrame,
9
  TTSStartedFrame, TTSEndFrame
10
  )
 
4
  import time
5
  import logging
6
  from pipecat.frames.frames import (
7
+ TextFrame, CallEndEvent, UserStartedSpeakingFrame,
8
  UserStoppedSpeakingFrame, LLMResponseStartFrame, LLMResponseEndFrame,
9
  TTSStartedFrame, TTSEndFrame
10
  )