Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import numpy as np
|
|
5 |
from ast import literal_eval
|
6 |
|
7 |
# Load the model
|
8 |
-
model_name = "./Embedder-
|
9 |
model = SentenceTransformer(model_name)
|
10 |
|
11 |
# Load the domains and embeddings
|
|
|
5 |
from ast import literal_eval
|
6 |
|
7 |
# Load the model
|
8 |
+
model_name = "./Embedder-Typosquat"
|
9 |
model = SentenceTransformer(model_name)
|
10 |
|
11 |
# Load the domains and embeddings
|