ftx7go commited on
Commit
58a8df2
·
verified ·
1 Parent(s): bfef123

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ os.environ["TF_ENABLE_ONEDNN_OPTS"] = "0"
16
  os.environ["CUDA_VISIBLE_DEVICES"] = "-1"
17
 
18
  # Load the trained model
19
- model = tf.keras.models.load_model("model.h5")
20
 
21
  # Email sender credentials (Set your own credentials here)
22
  SENDER_EMAIL = "[email protected]"
 
16
  os.environ["CUDA_VISIBLE_DEVICES"] = "-1"
17
 
18
  # Load the trained model
19
+ model = tf.keras.models.load_model("my_keras_model.h5")
20
 
21
  # Email sender credentials (Set your own credentials here)
22
  SENDER_EMAIL = "[email protected]"