Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ git lfs pull # Download large files (LFS-tracked)
|
|
32 |
```
|
33 |
|
34 |
# Inference
|
35 |
-
```
|
36 |
import os
|
37 |
import ctranslate2
|
38 |
import sentencepiece as spm
|
|
|
32 |
```
|
33 |
|
34 |
# Inference
|
35 |
+
```python
|
36 |
import os
|
37 |
import ctranslate2
|
38 |
import sentencepiece as spm
|