skavtech commited on
Commit
869580a
·
verified ·
1 Parent(s): e18e0c2

Application code

Browse files
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -9,7 +9,7 @@ import gradio as gr
9
  os.environ["CUDA_VISIBLE_DEVICES"] = "-1"
10
 
11
  # Load the pre-trained model
12
- model = tf.keras.models.load_model("maheshbabu.h5")
13
 
14
  # Define class labels
15
  classes = ["Normal", "Cancerous"]
 
9
  os.environ["CUDA_VISIBLE_DEVICES"] = "-1"
10
 
11
  # Load the pre-trained model
12
+ model = tf.keras.models.load_model("blood_cancer_model.h5")
13
 
14
  # Define class labels
15
  classes = ["Normal", "Cancerous"]