Spaces:
Running
Running
Use base model
Browse files
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 |
|