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.
This commit is contained in:
lee1jun 2023-02-09 23:46:40 +09:00 committed by GitHub
parent 0d33381fad
commit b31cee6727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"""