M17idd commited on
Commit
de4be5c
·
verified ·
1 Parent(s): 29b5514

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -224,7 +224,7 @@ tokenizer = word_tokenize
224
 
225
  # بارگذاری مدل WordEmbedding
226
  word_embedding = WordEmbedding(model_type='fasttext')
227
- WordEmbedding = wordEmbedding.load_model('word2vec.bin') # مدل از اینترنت دانلود می‌شود
228
 
229
  class CustomEmbeddings(Embeddings):
230
  def __init__(self, word_embedding: WordEmbedding):
 
224
 
225
  # بارگذاری مدل WordEmbedding
226
  word_embedding = WordEmbedding(model_type='fasttext')
227
+ WordEmbedding = word_embedding.load_model('word2vec.bin') # مدل از اینترنت دانلود می‌شود
228
 
229
  class CustomEmbeddings(Embeddings):
230
  def __init__(self, word_embedding: WordEmbedding):