Update app.py
Browse files
app.py
CHANGED
@@ -448,7 +448,7 @@ st.markdown("""
|
|
448 |
|
449 |
|
450 |
sentEmbedding = SentEmbedding()
|
451 |
-
sentEmbedding.load_model("
|
452 |
|
453 |
|
454 |
|
|
|
448 |
|
449 |
|
450 |
sentEmbedding = SentEmbedding()
|
451 |
+
sentEmbedding.load_model("sent2vec-naab.model")
|
452 |
|
453 |
|
454 |
|