Spaces:
Runtime error
Runtime error
Update OpenVoice/text/__init__.py
Browse files
OpenVoice/text/__init__.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
""" from https://github.com/keithito/tacotron """
|
2 |
-
from
|
3 |
-
from
|
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:
|