Spaces:
Runtime error
Runtime error
Update consult.py
Browse files- 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)
|