提交 5f1728f8 编写于 作者: L lym0302

rm server related, test=doc

上级 35357e77
...@@ -75,14 +75,6 @@ class StatsExecutor(): ...@@ -75,14 +75,6 @@ class StatsExecutor():
"Here is the list of ASR pretrained models released by PaddleSpeech that can be used by command line and python API" "Here is the list of ASR pretrained models released by PaddleSpeech that can be used by command line and python API"
) )
self.show_support_models(pretrained_models) self.show_support_models(pretrained_models)
# show ASR static pretrained model
from paddlespeech.server.engine.asr.paddleinference.asr_engine import pretrained_models
logger.info(
"Here is the list of ASR static pretrained models released by PaddleSpeech that can be used by command line and python API"
)
self.show_support_models(pretrained_models)
return True return True
except BaseException: except BaseException:
logger.error("Failed to get the list of ASR pretrained models.") logger.error("Failed to get the list of ASR pretrained models.")
...@@ -132,14 +124,6 @@ class StatsExecutor(): ...@@ -132,14 +124,6 @@ class StatsExecutor():
"Here is the list of TTS pretrained models released by PaddleSpeech that can be used by command line and python API" "Here is the list of TTS pretrained models released by PaddleSpeech that can be used by command line and python API"
) )
self.show_support_models(pretrained_models) self.show_support_models(pretrained_models)
# show TTS static pretrained model
from paddlespeech.server.engine.tts.paddleinference.tts_engine import pretrained_models
logger.info(
"Here is the list of TTS static pretrained models released by PaddleSpeech that can be used by command line and python API"
)
self.show_support_models(pretrained_models)
return True return True
except BaseException: except BaseException:
logger.error("Failed to get the list of TTS pretrained models.") logger.error("Failed to get the list of TTS pretrained models.")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册