Explorar el Código

Update wss_srv_asr.py

hnluo hace 2 años
padre
commit
6123c2cda6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      funasr/runtime/python/websocket/wss_srv_asr.py

+ 1 - 1
funasr/runtime/python/websocket/wss_srv_asr.py

@@ -59,7 +59,7 @@ inference_pipeline_asr_online = pipeline(
     ngpu=args.ngpu,
     ncpu=args.ncpu,
     model_revision='v1.0.4',
-    update_model='v1.0.4'
+    update_model='v1.0.4',
     mode='paraformer_streaming')
 
 print("model loaded")