fahrulputraa40 commited on
Commit
3e3d6f7
·
verified ·
1 Parent(s): da31eb0

Update backend/app.py

Browse files
Files changed (1) hide show
  1. backend/app.py +1 -1
backend/app.py CHANGED
@@ -7,7 +7,7 @@ import tensorflow as tf
7
 
8
  app = Flask(__name__, static_folder='../frontend', static_url_path='')
9
 
10
- model = tf.keras.models.load_model("./model.keras")
11
 
12
  @app.route("/")
13
  def index():
 
7
 
8
  app = Flask(__name__, static_folder='../frontend', static_url_path='')
9
 
10
+ model = tf.keras.models.load_model("backend/model.keras")
11
 
12
  @app.route("/")
13
  def index():