Liusuthu commited on
Commit
993afc1
·
verified ·
1 Parent(s): 08a1946

Update consult.py

Browse files
Files changed (1) hide show
  1. consult.py +1 -1
consult.py CHANGED
@@ -47,7 +47,7 @@ vad = FSMNVad()
47
  punc = CttPunctuator()
48
 
49
  #########################################################################################
50
- #第四题专用函数:
51
  def text_score4(text):
52
  text,score=text_score(text)
53
  return text,score,gr.Column(visible=True)
 
47
  punc = CttPunctuator()
48
 
49
  #########################################################################################
50
+ #第四题专用函数:(经过调整,第五题也可以用)
51
  def text_score4(text):
52
  text,score=text_score(text)
53
  return text,score,gr.Column(visible=True)