You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# paddlespeech serving 网页Demo
|
|
|
|
- 感谢[wenet](https://github.com/wenet-e2e/wenet)团队的前端demo代码.
|
|
|
|
|
|
## 使用方法
|
|
### 1. 在本地电脑启动网页服务
|
|
```
|
|
python app.py
|
|
|
|
```
|
|
|
|
### 2. 本地电脑浏览器
|
|
|
|
在浏览器中输入127.0.0.1:19999 即可看到相关网页Demo。
|
|
|
|
![图片](./paddle_web_demo.png)
|
|
|