MINHCT commited on
Commit
80a186f
1 Parent(s): d5b29ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ import json
4
  import requests
5
  from bs4 import BeautifulSoup
6
  from datetime import date
 
7
 
8
  # load all the models and vectorizer (global vocabulary)
9
  Seq_model = load_model("LSTM.h5") # Sequential
 
4
  import requests
5
  from bs4 import BeautifulSoup
6
  from datetime import date
7
+ from tensorflow.keras.models import load_model
8
 
9
  # load all the models and vectorizer (global vocabulary)
10
  Seq_model = load_model("LSTM.h5") # Sequential