sahita commited on
Commit
86ab56a
1 Parent(s): e86576d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -93,7 +93,7 @@ print(prediction[1].exp())
93
  # tensor([0.9850])
94
  # The identified language ISO code is given in prediction[3]
95
  print(prediction[3])
96
- # ['th: Thai']
97
 
98
  # Alternatively, use the utterance embedding extractor:
99
  emb = language_id.encode_batch(signal)
 
93
  # tensor([0.9850])
94
  # The identified language ISO code is given in prediction[3]
95
  print(prediction[3])
96
+ # ['ot: Other']
97
 
98
  # Alternatively, use the utterance embedding extractor:
99
  emb = language_id.encode_batch(signal)