tensorboy0101 commited on
Commit
b3b28d0
·
verified ·
1 Parent(s): 6d84bf1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from PIL import Image
5
  import gradio as gr
6
 
7
  # Load the trained model
8
- model = tf.keras.models.load_model("pneumonia_model.h5")
9
 
10
  # Define the prediction function
11
  def predict_xray(image):
 
5
  import gradio as gr
6
 
7
  # Load the trained model
8
+ model = tf.keras.models.load_model("pneumonia_detection.h5")
9
 
10
  # Define the prediction function
11
  def predict_xray(image):