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