From b31cee67277d25fdb3dbd4619a4aa59d71a29b56 Mon Sep 17 00:00:00 2001 From: lee1jun <21jun7654@gmail.com> Date: Thu, 9 Feb 2023 23:46:40 +0900 Subject: [PATCH] fix typo in run_speech_recognition_ctc.py (#21528) Update run_speech_recognition_ctc.py There should be `# limitations under the License` line at the end of the documentation section. --- .../pytorch/speech-recognition/run_speech_recognition_ctc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/pytorch/speech-recognition/run_speech_recognition_ctc.py b/examples/pytorch/speech-recognition/run_speech_recognition_ctc.py index 785609fbd5..c6cd82b436 100755 --- a/examples/pytorch/speech-recognition/run_speech_recognition_ctc.py +++ b/examples/pytorch/speech-recognition/run_speech_recognition_ctc.py @@ -12,6 +12,7 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and +# limitations under the License. """ Fine-tuning a 🤗 Transformers CTC model for automatic speech recognition"""