1 Star 0 Fork 2

桑纳多/实时字幕程序

forked from 斯黄/实时字幕程序 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
run.py 272 Bytes
一键复制 编辑 原始数据 按行查看 历史
斯黄 提交于 2025-02-08 21:33 +08:00 . First commit.
from src.main import RealTimeSubtitleApp
if __name__ == "__main__":
app = RealTimeSubtitleApp()
try:
app.start()
except KeyboardInterrupt:
app.stop()
except Exception as e:
print(f"程序运行出错: {str(e)}")
app.stop()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/pcfengzi/real-time-subtitle.git
git@gitee.com:pcfengzi/real-time-subtitle.git
pcfengzi
real-time-subtitle
实时字幕程序
master

搜索帮助