Skip to content

Commit 691c76a

Browse files
committed
resolve the conflicts
1 parent c6ce93c commit 691c76a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# TODO(@dathudeptrai) update requirement if needed.
2323
requirements = {
2424
"install": [
25-
# "tensorflow-gpu==2.6.0",
25+
"tensorflow-gpu==2.7.0",
2626
"tensorflow-addons>=0.10.0",
2727
"setuptools>=38.5.1",
2828
"huggingface_hub==0.0.8",

tensorflow_tts/processor/jsut.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
15-
"""Perform preprocessing and raw feature extraction for LJSpeech dataset."""
15+
"""Perform preprocessing and raw feature extraction for JSUT dataset."""
1616

1717
import os
1818
import re

0 commit comments

Comments
 (0)