philopater-mansour commited on
Commit
701c30a
·
verified ·
1 Parent(s): fb0e96a

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from flask_cors import CORS
9
  app = Flask(__name__)
10
  CORS(app)
11
  # Load the first model - Classfication -
12
- loaded_model = load_model('C:/files/kolia/GP/ml/model.h5')
13
 
14
  # Load the second model and tokenizer -- Genrate Report --
15
  encoder_checkpoint = "google/vit-base-patch16-224-in21k"
 
9
  app = Flask(__name__)
10
  CORS(app)
11
  # Load the first model - Classfication -
12
+ loaded_model = load_model('model.h5')
13
 
14
  # Load the second model and tokenizer -- Genrate Report --
15
  encoder_checkpoint = "google/vit-base-patch16-224-in21k"