Description
If model/model.json or model/model_weights.h5 are missing, the app raises FileNotFoundError and won’t start.
Expected Behavior
App should still run and show a friendly error message like:
⚠️ Model not found. Please add files to /model folder.
Acceptance Criteria
- App runs even if model files are missing
- User-friendly message is shown instead of crashing
Description
If
model/model.jsonormodel/model_weights.h5are missing, the app raisesFileNotFoundErrorand won’t start.Expected Behavior
App should still run and show a friendly error message like:
Acceptance Criteria