Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ def predict_sum(model, x1, x2):
|
|
44 |
|
45 |
# Streamlit app
|
46 |
def main():
|
47 |
-
st.title("Sum Predictor using Neural Network")
|
48 |
|
49 |
model_path = "MA1T.pth" # Update with your model path if necessary
|
50 |
if os.path.exists(model_path):
|
|
|
44 |
|
45 |
# Streamlit app
|
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):
|