adno commited on
Commit
cfef1bb
1 Parent(s): dc441d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,7 +38,7 @@ import fasttext
38
  from huggingface_hub import hf_hub_download
39
 
40
  model_file = hf_hub_download(repo_id='naist-nlp/tubelex-kenlm', filename='tubelex-en.bin')
41
- model = fasttext.load_model(model_file
42
 
43
  print(model['koala'])
44
  ```
 
38
  from huggingface_hub import hf_hub_download
39
 
40
  model_file = hf_hub_download(repo_id='naist-nlp/tubelex-kenlm', filename='tubelex-en.bin')
41
+ model = fasttext.load_model(model_file)
42
 
43
  print(model['koala'])
44
  ```