Sfoglia il codice sorgente

Merge pull request #585 from alibaba-damo-academy/dev_lhn3

Update wss_srv_asr.py
hnluo 2 anni fa
parent
commit
6ad154b79a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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! only support one client at the same time now!!!!")