titipata commited on
Commit
ce18b6f
1 Parent(s): f33bc23

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-th-combined" # specify the model name
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"