From c987531a2a5949e9849ed262e6e6a0fea363fb40 Mon Sep 17 00:00:00 2001 From: alkaid <41095516+alkaideemo@users.noreply.github.com> Date: Mon, 10 Oct 2022 14:33:31 +0800 Subject: [PATCH] Update taskflow.py (#3424) fix typo --- paddlenlp/taskflow/taskflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddlenlp/taskflow/taskflow.py b/paddlenlp/taskflow/taskflow.py index 802ca59c7966..9f016118a820 100644 --- a/paddlenlp/taskflow/taskflow.py +++ b/paddlenlp/taskflow/taskflow.py @@ -469,7 +469,7 @@ class Taskflow(object): """ - The Taskflow is the end2end inferface that could convert the raw text to model result, and decode the model result to task result. The main functions as follows: + The Taskflow is the end2end interface that could convert the raw text to model result, and decode the model result to task result. The main functions as follows: 1) Convert the raw text to task result. 2) Convert the model to the inference model. 3) Offer the usage and help message.