Spaces:
Runtime error
Runtime error
Commit ·
c2d4beb
1
Parent(s): 4816dee
Update app.py
Browse files
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('
|
| 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:
|