radinplaid commited on
Commit
6acb7f0
·
verified ·
1 Parent(s): 938ebfa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -68,7 +68,7 @@ quickmt-model-download quickmt/quickmt-lv-en ./quickmt-lv-en
68
  Finally use the model in python:
69
 
70
  ```python
71
- from quickmt impest Translator
72
 
73
  # Auto-detects GPU, set to "cpu" to force CPU inference
74
  t = Translator("./quickmt-lv-en/", device="auto")
 
68
  Finally use the model in python:
69
 
70
  ```python
71
+ from quickmt import Translator
72
 
73
  # Auto-detects GPU, set to "cpu" to force CPU inference
74
  t = Translator("./quickmt-lv-en/", device="auto")