Skip to content

Commit 70b85b9

Browse files
committed
🖌 Fix small typo in E2E example. (#283)
1 parent c4e723a commit 70b85b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ from tensorflow_tts.inference import TFAutoModel
260260
from tensorflow_tts.inference import AutoProcessor
261261

262262
# initialize fastspeech model.
263-
fs_config = AutoConfig.from_pretrained('/examples/fastspeech/conf/fastspeech.v1.yaml')
263+
fs_config = AutoConfig.from_pretrained('./examples/fastspeech/conf/fastspeech.v1.yaml')
264264
fastspeech = TFAutoModel.from_pretrained(
265265
config=fs_config,
266266
pretrained_path="./examples/fastspeech/pretrained/model-195000.h5"

0 commit comments

Comments
 (0)