snajmark commited on
Commit
660c863
·
1 Parent(s): df5431f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -18,6 +18,7 @@ dataset_path = "logs_alloy_hardness.csv"
18
 
19
  # Input parameters
20
  model_path = "model_coatings.h5"
 
21
 
22
  df_columns = ['Binder', 'NMs_Type', 'Primary_Size (nm)', 'NM-Shape', 'Substrate',
23
  'Microorganism ', 'Duration (h)', 'Washing_cycles', 'Reduction_%',
 
18
 
19
  # Input parameters
20
  model_path = "model_coatings.h5"
21
+ model = tf.keras.models.load_model(model_path)
22
 
23
  df_columns = ['Binder', 'NMs_Type', 'Primary_Size (nm)', 'NM-Shape', 'Substrate',
24
  'Microorganism ', 'Duration (h)', 'Washing_cycles', 'Reduction_%',