Spaces:
Sleeping
Sleeping
Alfredo273
commited on
Commit
·
0ac7406
1
Parent(s):
6d87e17
Update model dimension
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
|
|
6 |
|
7 |
# Load the FastText model (make sure the model path is correct)
|
8 |
model_path = "vibecheck-fasttext/cc.en.100.bin" # Replace with the correct model path
|
9 |
-
model = FastText.load_fasttext_format("./cc.en.
|
10 |
|
11 |
def get_vector(word):
|
12 |
try:
|
|
|
6 |
|
7 |
# Load the FastText model (make sure the model path is correct)
|
8 |
model_path = "vibecheck-fasttext/cc.en.100.bin" # Replace with the correct model path
|
9 |
+
model = FastText.load_fasttext_format("./cc.en.300.bin")
|
10 |
|
11 |
def get_vector(word):
|
12 |
try:
|