huangmingming пре 3 година
родитељ
комит
f807bc2c06
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      funasr/runtime/python/grpc/Readme.md

+ 1 - 1
funasr/runtime/python/grpc/Readme.md

@@ -27,7 +27,7 @@ python grpc_main_server.py --port 10095
 
 Step 4) Start grpc client (on client with microphone).
 ```
-# Install dependency.
+# Install dependency. Optional.
 python -m pip install pyaudio webrtcvad
 ```
 ```