ihanif commited on
Commit
4536447
·
verified ·
1 Parent(s): d24accd

Use base model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from huggingface_hub import model_info
7
 
8
  #MODEL_NAME = "ihanif/whisper-medium-ps-augmented" #this always needs to stay in line 8 :D sorry for the hackiness
9
  # MODEL_NAME = "ihanif/whisper-turbo-ar"
10
- MODEL_NAME = "ihanif/whisper-small-tunning-v2"
11
  lang = "Pashto"
12
  task="transcribe"
13
 
 
7
 
8
  #MODEL_NAME = "ihanif/whisper-medium-ps-augmented" #this always needs to stay in line 8 :D sorry for the hackiness
9
  # MODEL_NAME = "ihanif/whisper-turbo-ar"
10
+ MODEL_NAME = "ihanif/whisper-base-cv20-v1" #"ihanif/whisper-small-tunning-v2"
11
  lang = "Pashto"
12
  task="transcribe"
13