“5c18decf3c680f44121c77682f884be04791f30b”上不存在“develop/doc/api/v2/fluid/executor.html”
提交 c21c3d22 编写于 作者: H huangyuxin

fix infer, test=doc

上级 cd6275e3
...@@ -346,7 +346,7 @@ class ASRExecutor(BaseExecutor): ...@@ -346,7 +346,7 @@ class ASRExecutor(BaseExecutor):
max_duration = 50.0 max_duration = 50.0
if audio_duration >= max_duration: if audio_duration >= max_duration:
logger.error("Please input audio file less then 50 seconds.\n") logger.error("Please input audio file less then 50 seconds.\n")
return exit(1)
except Exception as e: except Exception as e:
logger.exception(e) logger.exception(e)
logger.error( logger.error(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册