Skip to content

Commit

Permalink
Update taskflow.py (#3424)
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
alkaideemo authored Oct 10, 2022
1 parent 6b54c4e commit c987531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddlenlp/taskflow/taskflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c987531

Please sign in to comment.