kain183 commited on
Commit
8fea299
·
1 Parent(s): e497e45

modify file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from training import *
11
  from process import *
12
 
13
  title = "文本转语音"
14
- embed_record() # 把历史聊天记录向量化
15
 
16
  def generateAudio(text):
17
  token = "e329d9b11a1d4fa68e2a212c5a7892d7"
 
11
  from process import *
12
 
13
  title = "文本转语音"
14
+ # embed_record() # 把历史聊天记录向量化
15
 
16
  def generateAudio(text):
17
  token = "e329d9b11a1d4fa68e2a212c5a7892d7"