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

Update app.py

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