Update app.py
Browse files
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 = '
|
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):
|