Matthijs/cmu-arctic-xvectors
Viewer • Updated • 7.93k • 24.7k • 63
How to use ParthBhuva97/TTS with Keras:
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"
import keras
model = keras.saving.load_model("hf://ParthBhuva97/TTS")
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://ParthBhuva97/TTS")