Spaces:
Running
Running
thepianist9
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -69,6 +69,7 @@ def Asr(audio):
|
|
69 |
|
70 |
@calculate_time
|
71 |
def LLM_response(question_audio, question, voice = 'zh-CN-XiaoxiaoNeural', rate = 0, volume = 0, pitch = 0):
|
|
|
72 |
answer = llm.generate(question)
|
73 |
print(answer)
|
74 |
if voice in tts.SUPPORTED_VOICE:
|
|
|
69 |
|
70 |
@calculate_time
|
71 |
def LLM_response(question_audio, question, voice = 'zh-CN-XiaoxiaoNeural', rate = 0, volume = 0, pitch = 0):
|
72 |
+
print(question)
|
73 |
answer = llm.generate(question)
|
74 |
print(answer)
|
75 |
if voice in tts.SUPPORTED_VOICE:
|