thepianist9 commited on
Commit
126e744
·
verified ·
1 Parent(s): ec700dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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: