error when running #15
-
Beta Was this translation helpful? Give feedback.
Answered by
zh-plus
Oct 11, 2023
Replies: 1 comment 1 reply
-
You should enclose your invocation code within the main function like this: if __name__ == '__main__':
lrcer = LRCer()
lrcer.run('./data/test.mp3', target_lang='zh-cn') |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
zh-plus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should enclose your invocation code within the main function like this: