wenet-e2e / wenet

Production First and Production Ready End-to-End Speech Recognition Toolkit
https://wenet-e2e.github.io/wenet/
Apache License 2.0
4.08k stars 1.07k forks source link

关于 windows 下 docker 运行的代码 怎么打开测试页面问题 #1279

Closed GFStong closed 2 years ago

GFStong commented 2 years ago

按照官方提示;

wget https://wenet-1256283475.cos.ap-shanghai.myqcloud.com/models/aishell2/20210618_u2pp_conformer_libtorch.tar.gz tar -xf 20210618_u2pp_conformer_libtorch.tar.gz model_dir=$PWD/20210618_u2pp_conformer_libtorch docker run --rm -it -p 10086:10086 -v $model_dir:/home/wenet/model wenetorg/wenet-mini:latest bash /home/run.sh

运行了程序以后我使用Docker打开了页面:

image

但它似乎只是WS识别的接口:

Z%$W58 UDL@5HPYSDYKQI5V ### 请问我应该怎么打开测试页面呢例如: 我无法找到index.html 示例页面希望知道的朋友能告知我,谢谢 image

GFStong commented 2 years ago

解决了:文件被移动到了;runtime\LibTorch\web\templates