f32c311
1
2
3
4
5
6
import os os.environ["KERAS_BACKEND"] = "tensorflow" import keras model = keras.saving.load_model("hf://ThijsVan/MyRepo")