saaara commited on
Commit
92661f9
1 Parent(s): 3cb7cc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import pandas as pd
5
  import tensorflow as tf
6
 
7
  # Load the trained model
8
- model = tf.keras.models.load_model("saaara/real_estate_price_prediction/mon_modele.bin")
9
 
10
  import os
11
 
 
5
  import tensorflow as tf
6
 
7
  # Load the trained model
8
+ model = tf.keras.models.load_model('real_estate_price_prediction_model.h5')
9
 
10
  import os
11