chgrdj commited on
Commit
501b984
·
verified ·
1 Parent(s): 06b4c6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-typosquat"
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