Spaces:
Runtime error
Runtime error
aar2dee2
commited on
Commit
·
68d9107
1
Parent(s):
72b39a4
fix requirements and imports
Browse files- app.py +0 -6
- requirements.txt +1 -1
app.py
CHANGED
|
@@ -2,16 +2,10 @@
|
|
| 2 |
|
| 3 |
import vocode
|
| 4 |
from vocode import getenv
|
| 5 |
-
from vocode.streaming.models.message import BaseMessage
|
| 6 |
-
from vocode.streaming.models.synthesizer import *
|
| 7 |
-
from vocode.streaming.models.agent import *
|
| 8 |
-
from vocode.streaming.models.transcriber import *
|
| 9 |
-
from vocode.streaming.synthesizer import *
|
| 10 |
import gradio as gr
|
| 11 |
import os
|
| 12 |
import logging
|
| 13 |
|
| 14 |
-
|
| 15 |
from vocode.helpers import create_turn_based_microphone_input_and_speaker_output
|
| 16 |
|
| 17 |
from vocode.turn_based.agent.chat_gpt_agent import ChatGPTAgent
|
|
|
|
| 2 |
|
| 3 |
import vocode
|
| 4 |
from vocode import getenv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
import gradio as gr
|
| 6 |
import os
|
| 7 |
import logging
|
| 8 |
|
|
|
|
| 9 |
from vocode.helpers import create_turn_based_microphone_input_and_speaker_output
|
| 10 |
|
| 11 |
from vocode.turn_based.agent.chat_gpt_agent import ChatGPTAgent
|
requirements.txt
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
vocode[io]
|
| 2 |
-
google-cloud
|
|
|
|
| 1 |
vocode[io]
|
| 2 |
+
google-cloud-texttospeech
|