simayhosmeyve commited on
Commit
49bd8dc
1 Parent(s): f78336f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -518,7 +518,7 @@ def result(Input,Choice,Step):
518
  if Step == 2:
519
  pre_trained = tf.keras.models.load_model("indoor_2.h5")
520
  if Step == 3:
521
- pre_trained = tf.keras.models.load_model("indoor_1.h5")
522
 
523
  size0 = Input.shape[0]
524
  size1 = Input.shape[1]
 
518
  if Step == 2:
519
  pre_trained = tf.keras.models.load_model("indoor_2.h5")
520
  if Step == 3:
521
+ pre_trained = tf.keras.models.load_model("indoor_3.h5")
522
 
523
  size0 = Input.shape[0]
524
  size1 = Input.shape[1]