We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
代码调用: # 1.指定音视频文件路径 wav_path = './test/test.flv' # 2. 新建字幕提取器 sg = SubtitleGenerator(wav_path) # 3. 运行字幕生成 ret = sg.run()
The text was updated successfully, but these errors were encountered:
你随便建一个.py文件
from main import SubtitleGenerator
不再backends目录下就
from backend.main import SubtitleGenerator
Sorry, something went wrong.
No branches or pull requests
代码调用:
# 1.指定音视频文件路径
wav_path = './test/test.flv'
# 2. 新建字幕提取器
sg = SubtitleGenerator(wav_path)
# 3. 运行字幕生成
ret = sg.run()
The text was updated successfully, but these errors were encountered: