We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eaac74 commit 294bfbbCopy full SHA for 294bfbb
tensorflow_tts/inference/auto_model.py
@@ -90,7 +90,7 @@ def from_pretrained(cls, pretrained_path=None, config=None, **kwargs):
90
91
config = AutoConfig.from_pretrained(pretrained_path)
92
93
- pretraine_path = downloaded_file
+ pretrained_path = downloaded_file
94
95
96
assert config is not None, "Please make sure to pass a config along to load a model from a local file"
0 commit comments