davidmezzetti commited on
Commit
616ca55
·
1 Parent(s): 310f415

Update README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,6 +19,6 @@ Language detection is an important task and identification with n-gram models is
19
  ```python
20
  from staticvectors import StaticVectors
21
 
22
- model = StaticVectors("NeuML/language-id")
23
  model.predict(["What language is this text?"])
24
  ```
 
19
  ```python
20
  from staticvectors import StaticVectors
21
 
22
+ model = StaticVectors("neuml/language-id")
23
  model.predict(["What language is this text?"])
24
  ```