mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
v1.0.16
This commit is contained in:
parent
35b1c051f6
commit
557b913c5d
@ -633,8 +633,8 @@ class FsmnVADStreaming(nn.Module):
|
|||||||
|
|
||||||
results = []
|
results = []
|
||||||
result_i = {"key": key[0], "value": segments}
|
result_i = {"key": key[0], "value": segments}
|
||||||
if "MODELSCOPE_ENVIRONMENT" in os.environ and os.environ["MODELSCOPE_ENVIRONMENT"] == "eas":
|
# if "MODELSCOPE_ENVIRONMENT" in os.environ and os.environ["MODELSCOPE_ENVIRONMENT"] == "eas":
|
||||||
result_i = json.dumps(result_i)
|
# result_i = json.dumps(result_i)
|
||||||
|
|
||||||
results.append(result_i)
|
results.append(result_i)
|
||||||
|
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
1.0.15
|
1.0.16
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user