Update README.md fe0930d verified
Prathmesh Patil commited on
How to use mancooper/FaceAuthenticator with Keras:
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"
import keras
model = keras.saving.load_model("hf://mancooper/FaceAuthenticator")