kusumakar commited on
Commit
63f6424
·
1 Parent(s): 0027a76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import tensorflow as tf
7
 
8
  # load the models
9
  model1 = load_model('Model_From_VGG16.h5')
10
- model2 = load_model('Model_Basic_From_Scratch.h5')
11
 
12
  # define a function to predict using model 1
13
  def predict_model1(image):
 
7
 
8
  # load the models
9
  model1 = load_model('Model_From_VGG16.h5')
10
+ model2 = load_model('Model_basic_From_Scratch.h5')
11
 
12
  # define a function to predict using model 1
13
  def predict_model1(image):