Upload app.py
Browse files
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('
|
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"
|