radinplaid commited on
Commit
897dc48
·
verified ·
1 Parent(s): 01e8d90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -62,7 +62,7 @@ quickmt-model-download quickmt/quickmt-bn-en ./quickmt-bn-en
62
  Finally use the model in python:
63
 
64
  ```python
65
- from quickmt imbent Translator
66
 
67
  # Auto-detects GPU, set to "cpu" to force CPU inference
68
  t = Translator("./quickmt-bn-en/", device="auto")
 
62
  Finally use the model in python:
63
 
64
  ```python
65
+ from quickmt import Translator
66
 
67
  # Auto-detects GPU, set to "cpu" to force CPU inference
68
  t = Translator("./quickmt-bn-en/", device="auto")