Explorar el Código

Update run_server.sh

Yabin Li hace 2 años
padre
commit
e387e4d4bf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      funasr/runtime/run_server.sh

+ 1 - 1
funasr/runtime/run_server.sh

@@ -9,7 +9,7 @@ port=10095
 certfile="../../../ssl_key/server.crt"
 keyfile="../../../ssl_key/server.key"
 
-. ../../../egs/aishell/transformer/utils/parse_options.sh || exit 1;
+. ../../egs/aishell/transformer/utils/parse_options.sh || exit 1;
 
 cd /workspace/FunASR/funasr/runtime/websocket/build/bin
 ./funasr-wss-server  \