Skip to content

Commit d3008f9

Browse files
committed
md
1 parent c47a099 commit d3008f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/st_covost2/test_werbleu.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ def main():
4747
response_asr.append(response_language1)
4848
response_st.append(response_language2)
4949
else:
50-
# response_asr.append("")
51-
# response_st.append("")
50+
response_asr.append("")
51+
response_st.append("")
5252
print(response)
5353
print(gt)
54-
continue
54+
# continue
5555

5656
if len(gt_parts) == 2:
5757
# 获取英文和中文部分

0 commit comments

Comments
 (0)