Priyanka-Kumavat-At-TE commited on
Commit
c2d4beb
·
1 Parent(s): 4816dee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ import os
23
  st.title('Supply Chain Causal Analysis')
24
 
25
  # loading the save model
26
- model = tf.keras.models.load_model(os.path.join('Weights_Updatedt','Best_model.tf'), compile=False)
27
 
28
  # loading the product label encoding object
29
  with open ('le_product.pkl','rb') as file:
 
23
  st.title('Supply Chain Causal Analysis')
24
 
25
  # loading the save model
26
+ model = tf.keras.models.load_model(os.path.join('Weights_Updated','Best_model.tf'), compile=False)
27
 
28
  # loading the product label encoding object
29
  with open ('le_product.pkl','rb') as file: