Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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_%',
|