Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|