Erfan11 commited on
Commit
fa2bc55
1 Parent(s): e54821a

Create model

Browse files
Files changed (1) hide show
  1. model +4 -0
model ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import tensorflow as tf
2
+
3
+ # Load the model from the specified path
4
+ model = tf.keras.models.load_model('path_to_your_model/')