提交 dc56c11d 编写于 作者: H Hui Zhang

remove useless comma

上级 b3c728d4
...@@ -276,8 +276,8 @@ class DataGenerator(object): ...@@ -276,8 +276,8 @@ class DataGenerator(object):
def reader(): def reader():
for instance in manifest: for instance in manifest:
inst = self.process_utterance(instance["audio_filepath"], inst = self.process_utterance(instance["audio_filepath"],
instance["text"]), instance["text"])
yield inst[0] yield inst
return reader return reader
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册