jemole commited on
Commit
6083880
·
1 Parent(s): bdbb81e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
- embed = hub.load("https://tfhub.dev/google/universal-sentence-encoder/4")
2
 
3
  with open('./model.pck', 'rb') as f:
4
  model = pickle.load(f)
 
1
+ embed = tensorflow_hub.load("https://tfhub.dev/google/universal-sentence-encoder/4")
2
 
3
  with open('./model.pck', 'rb') as f:
4
  model = pickle.load(f)