fradinho commited on
Commit
097fd30
·
1 Parent(s): 21f38f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -125,7 +125,8 @@ def weighted_categorical_crossentropy(weights):
125
  return wcce
126
 
127
  # Load the model
128
- model = tf.keras.models.load_model("model_2.h5", custom_objects={"jacard":jacard, "wcce":weighted_categorical_crossentropy})
 
129
 
130
  # Create a user interface for the model
131
  my_app = gr.Blocks()
 
125
  return wcce
126
 
127
  # Load the model
128
+ #model = tf.keras.models.load_model("model.h5", custom_objects={"jacard":jacard, "wcce":weighted_categorical_crossentropy})
129
+ model = tf.keras.models.load_model("model_2.h5", custom_objects={"jacard":jacard, "bce_dice":bce_dice})
130
 
131
  # Create a user interface for the model
132
  my_app = gr.Blocks()