Răsfoiți Sursa

Automated deployment: Tue Nov 21 11:19:47 UTC 2023 18b206eab7e2c17b0e355754b1edd983641c713a

LauraGPT 2 ani în urmă
părinte
comite
70396a3ee0

+ 2 - 2
en/_sources/funasr/quick_start_zh.md.txt

@@ -17,7 +17,7 @@
 
 ##### 服务端部署
 ```shell
-cd funasr/runtime/python/websocket
+cd runtime/python/websocket
 python funasr_wss_server.py --port 10095
 ```
 
@@ -161,4 +161,4 @@ cd egs/aishell/paraformer
 . ./run.sh --CUDA_VISIBLE_DEVICES="0,1" --gpu_num=2
 ```
 
-更多例子可以参考([点击此处](https://alibaba-damo-academy.github.io/FunASR/en/academic_recipe/asr_recipe.html))
+更多例子可以参考([点击此处](https://alibaba-damo-academy.github.io/FunASR/en/academic_recipe/asr_recipe.html))

+ 1 - 1
en/funasr/quick_start_zh.html

@@ -143,7 +143,7 @@
 <p>支持实时流式语音识别,并且会用非流式模型进行纠错,输出文本带有标点。目前只支持单个client,如需多并发请参考下方c++版本服务部署SDK</p>
 <div class="section" id="id3">
 <h4>服务端部署<a class="headerlink" href="#id3" title="Permalink to this headline"></a></h4>
-<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span><span class="nb">cd</span> funasr/runtime/python/websocket
+<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span><span class="nb">cd</span> runtime/python/websocket
 python funasr_wss_server.py --port <span class="m">10095</span>
 </pre></div>
 </div>