Upload fake_real_face_classification_model.keras c35b69e 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")