RaniyaK commited on
Commit
3fd5db7
1 Parent(s): 09b34bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from tensorflow.keras.models import load_model # type: ignore
7
  app = Flask(__name__)
8
 
9
  # Path to the model file
10
- model_path = 'pneumonia_model_final.keras'
11
 
12
  # Check if the model file exists
13
  if not os.path.exists(model_path):
 
7
  app = Flask(__name__)
8
 
9
  # Path to the model file
10
+ model_path = 'pneumonia_model.keras'
11
 
12
  # Check if the model file exists
13
  if not os.path.exists(model_path):