Hilley commited on
Commit
67d4071
·
verified ·
1 Parent(s): 800bb1a

Update OpenVoice/text/__init__.py

Browse files
Files changed (1) hide show
  1. OpenVoice/text/__init__.py +2 -2
OpenVoice/text/__init__.py CHANGED
@@ -1,6 +1,6 @@
1
  """ from https://github.com/keithito/tacotron """
2
- from text import cleaners
3
- from text.symbols import symbols
4
 
5
 
6
  # Mappings from symbol to numeric ID and vice versa:
 
1
  """ from https://github.com/keithito/tacotron """
2
+ from . import cleaners
3
+ from .symbols import symbols
4
 
5
 
6
  # Mappings from symbol to numeric ID and vice versa: