zhifu gao пре 2 година
родитељ
комит
66b46dea4f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      runtime/python/websocket/README.md

+ 1 - 1
runtime/python/websocket/README.md

@@ -16,7 +16,7 @@ git clone https://github.com/alibaba/FunASR.git && cd FunASR
 ### Install the requirements for server
 
 ```shell
-cd funasr/runtime/python/websocket
+cd runtime/python/websocket
 pip install -r requirements_server.txt
 ```