mirror of https://github.com/coqui-ai/TTS.git
Implement BaseVocabulary
This commit is contained in:
parent
e0f9be76c0
commit
bed4afd4ee
|
@ -1,3 +1,4 @@
|
|||
from abc import ABC
|
||||
from dataclasses import replace
|
||||
from typing import Dict
|
||||
|
||||
|
|
Loading…
Reference in New Issue