aziz7751 commited on
Commit
fb2ee6f
·
verified ·
1 Parent(s): 5222d63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import numpy as np
4
  import tensorflow as tf
5
 
6
  app = FastAPI()
7
- model = tf.keras.models.load_model("https://huggingface.co/spaces/aziz7751/pricePredictor/resolve/main/deep_price_model.h5")
8
 
9
  @app.get("/")
10
  def root():
 
4
  import tensorflow as tf
5
 
6
  app = FastAPI()
7
+ model = tf.keras.models.load_model("deep_price_model.h5")
8
 
9
  @app.get("/")
10
  def root():