truthSeeker

Results 2 issues of truthSeeker

There is a typo in the Weights-only saving [example.](https://keras.io/getting_started/faq/#what-are-my-options-for-saving-models) `model.save_weights('my_model.weights.5')` It should be: `model.save_weights('my_model.weights.h5')` Please let me know I can raise a PR.

type:docs

Hey great work. Is there a plan to add official streaming support for the TTS model . If yes what are the timelines ?