Update README.md
Browse files
README.md
CHANGED
@@ -47,7 +47,7 @@ Use the model with huggingface's `transformers` as follows:
|
|
47 |
```py
|
48 |
from transformers import pipeline
|
49 |
|
50 |
-
MODEL_NAME = "biodatlab/whisper-medium-
|
51 |
lang = "th" # change to Thai langauge
|
52 |
|
53 |
device = 0 if torch.cuda.is_available() else "cpu"
|
|
|
47 |
```py
|
48 |
from transformers import pipeline
|
49 |
|
50 |
+
MODEL_NAME = "biodatlab/whisper-th-medium-combined" # specify the model name
|
51 |
lang = "th" # change to Thai langauge
|
52 |
|
53 |
device = 0 if torch.cuda.is_available() else "cpu"
|