mirror of
https://github.com/modelscope/modelscope.git
synced 2026-09-01 19:49:03 +02:00
funasr1.0 model.generate (#727)
This commit is contained in:
@@ -58,5 +58,5 @@ class GenericFunASR(Model):
|
||||
"""preload model and return the info of the model
|
||||
"""
|
||||
|
||||
output = self.model(*args, **kwargs)
|
||||
output = self.model.generate(*args, **kwargs)
|
||||
return output
|
||||
|
||||
Reference in New Issue
Block a user