saaara commited on
Commit
0a049e3
1 Parent(s): a81957a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -3,6 +3,8 @@ import numpy as np
3
  import pandas as pd
4
  import tensorflow as tf
5
  from IPython.display import HTML
 
 
6
 
7
  # Load the trained model
8
  model = tf.keras.models.load_model('real_estate_price_prediction_model.h5')
 
3
  import pandas as pd
4
  import tensorflow as tf
5
  from IPython.display import HTML
6
+ from tensorflow.keras.metrics import MeanSquaredError
7
+
8
 
9
  # Load the trained model
10
  model = tf.keras.models.load_model('real_estate_price_prediction_model.h5')