Bishan commited on
Commit
a026b19
·
1 Parent(s): 561b555

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -51,7 +51,9 @@ def parse(wav_file, applyLM):
51
  # model_id = "Harveenchadha/odia_large_wav2vec2"
52
 
53
  # It worked when first run but after that getting error
54
- model_id = "anuragshas/wav2vec2-large-xlsr-53-odia"
 
 
55
 
56
 
57
 
 
51
  # model_id = "Harveenchadha/odia_large_wav2vec2"
52
 
53
  # It worked when first run but after that getting error
54
+ # model_id = "anuragshas/wav2vec2-large-xlsr-53-odia"
55
+
56
+ model_id = "theainerd/wav2vec2-large-xlsr-53-odia"
57
 
58
 
59