arifagustyawan commited on
Commit
97c03b1
1 Parent(s): 4ee4ca1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import librosa
4
  import os, sys
5
  import soundfile
6
 
7
- model_name = "arifagustyawan/wav2vec2-large-xlsr-common_voice_13_0-id"
8
  asr = Wav2Vec2Inference(model_name)
9
 
10
  def convert(inputfile, outfile):
 
4
  import os, sys
5
  import soundfile
6
 
7
+ model_name = "arifagustyawan/wav2vec2-large-xlsr-53-id"
8
  asr = Wav2Vec2Inference(model_name)
9
 
10
  def convert(inputfile, outfile):