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

Update app.py

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