فهرست منبع

Merge branch 'main' of github.com:alibaba-damo-academy/FunASR
add

游雁 2 سال پیش
والد
کامیت
41908baa1d
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 2 2
      funasr/runtime/readme.md
  2. 1 1
      funasr/runtime/readme_cn.md

+ 2 - 2
funasr/runtime/readme.md

@@ -6,7 +6,7 @@ It has attracted many developers to participate in experiencing and developing.
 
 - File transcription service, Mandarin, CPU version, done
 - File transcription service, Mandarin, GPU version, in progress
-- File transcription service, Mandarin, in progress
+- File transcription service, English, in progress
 - Streaming speech recognition service, is in progress
 - and more.
 
@@ -27,4 +27,4 @@ The documentation mainly targets novice users who have no need for modifications
 
 ### Advanced Development Guide
 
-The documentation mainly targets advanced developers who require modifications and customization of the service. It supports downloading model deployments from modelscope and also supports deploying models that users have fine-tuned. For detailed information, please refer to the documentation available by [docs](websocket/readme.md)
+The documentation mainly targets advanced developers who require modifications and customization of the service. It supports downloading model deployments from modelscope and also supports deploying models that users have fine-tuned. For detailed information, please refer to the documentation available by [docs](websocket/readme.md)

+ 1 - 1
funasr/runtime/readme_cn.md

@@ -24,7 +24,7 @@ SDK 支持以下几种服务部署:
 
 ### 便捷部署教程
 
-文档主要针对小白用户,无修改定制需求,支持从modelscope中下载模型部署,也支持用户finetune后的模型部署,详细教程参考([点击此处](./docs/SDK_tutorial_cn.md))
+文档主要针对小白用户与初级开发者,没有修改、定制需求,支持从modelscope中下载模型部署,也支持用户finetune后的模型部署,详细教程参考([点击此处](./docs/SDK_tutorial_cn.md))
 
 ### 高阶开发指南