yeyupiaoling / PaddlePaddle-DeepSpeech

基于PaddlePaddle实现的语音识别,中文语音识别。项目完善,识别效果好。支持Windows,Linux下训练和预测,支持Nvidia Jetson开发板预测。
https://yeyupiaoling.blog.csdn.net/article/details/102904306
Apache License 2.0
667 stars 145 forks source link

index.html是什么 #58

Closed VisonYin closed 3 years ago

VisonYin commented 3 years ago

在启动前需要修改index.html中的请求url,把url改为加上读者服务器的IP即可。请问这个index.html是什么啊。

yeyupiaoling commented 3 years ago

https://github.com/yeyupiaoling/PaddlePaddle-DeepSpeech/blob/e0054e51afa4e6431e3c159eb8f3a54de5965b71/templates/index.html#L28

VisonYin commented 3 years ago

谢谢