# Available backend options are: "jax", "torch", "tensorflow".import os
os.environ["KERAS_BACKEND"] = "jax"import keras
model = keras.saving.load_model("hf://thugCodeNinja/SpoofDetection")
README.md exists but content is empty.
Downloads last month
-
Dataset used to train thugCodeNinja/SpoofDetection
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://thugCodeNinja/SpoofDetection")