MultivexAI commited on
Commit
d478e81
·
verified ·
1 Parent(s): 2f00ba8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def predict_sum(model, x1, x2):
46
  def main():
47
  st.title("Sum Predictor using Neural Network (Using version M3)")
48
 
49
- model_path = "MA1T.pth" # Update with your model path if necessary
50
  if os.path.exists(model_path):
51
  model = load_model(model_path)
52
  st.success("Model loaded successfully.")
 
46
  def main():
47
  st.title("Sum Predictor using Neural Network (Using version M3)")
48
 
49
+ model_path = "MA3T.pth" # Update with your model path if necessary
50
  if os.path.exists(model_path):
51
  model = load_model(model_path)
52
  st.success("Model loaded successfully.")