Skip to content

Commit

Permalink
Fix typo (#45)
Browse files Browse the repository at this point in the history
* Fix typo

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
OedoSoldier and pre-commit-ci[bot] authored Sep 30, 2023
1 parent 479913d commit ca04aad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion data_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import commons
from mel_processing import spectrogram_torch, mel_spectrogram_torch
from utils import load_wav_to_torch, load_filepaths_and_text
from text import cleaned_text_to_sequenceget_bert
from text import cleaned_text_to_sequence, get_bert

"""Multi speaker version"""

Expand Down
1 change: 0 additions & 1 deletion text/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from text.symbols import *
import torch

_symbol_to_id = {s: i for i, s in enumerate(symbols)}

Expand Down

0 comments on commit ca04aad

Please sign in to comment.