thijs commited on
Commit
f32c311
·
1 Parent(s): 816dad6

Add main.py

Browse files
Files changed (1) hide show
  1. main.py +6 -0
main.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ import os
2
+ os.environ["KERAS_BACKEND"] = "tensorflow"
3
+
4
+ import keras
5
+
6
+ model = keras.saving.load_model("hf://ThijsVan/MyRepo")