mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
unit test modelscope for sd
This commit is contained in:
parent
e14323e6ab
commit
051c876ed8
@ -58,7 +58,7 @@ def test_without_profile_gpu_infer():
|
||||
log_level="WARNING",
|
||||
param_dict={},
|
||||
)
|
||||
results = diar_pipeline(raw_inputs=raw_inputs)
|
||||
results = diar_pipeline(raw_inputs)
|
||||
print(results)
|
||||
|
||||
|
||||
@ -80,7 +80,7 @@ def test_url_without_profile_gpu_infer():
|
||||
log_level="WARNING",
|
||||
param_dict={},
|
||||
)
|
||||
results = diar_pipeline(raw_inputs=raw_inputs)
|
||||
results = diar_pipeline(raw_inputs)
|
||||
print(results)
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user