bayartsogt commited on
Commit
7a1ec76
1 Parent(s): c50804b

change v7 to long-form small 12

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import pytube as pt
5
  from transformers import pipeline
6
  from huggingface_hub import model_info
7
 
8
- MODEL_NAME = "bayartsogt/whisper-small-mn-7" #this always needs to stay in line 8 :D sorry for the hackiness
9
  lang = "mn"
10
 
11
  """
 
5
  from transformers import pipeline
6
  from huggingface_hub import model_info
7
 
8
+ MODEL_NAME = "bayartsogt/whisper-small-mn-12" #this always needs to stay in line 8 :D sorry for the hackiness
9
  lang = "mn"
10
 
11
  """