Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -31,8 +31,8 @@ adapter_id = "SAadettin-BERber/whisper-small_atc_10"
|
|
31 |
from transformers import pipeline
|
32 |
|
33 |
MODEL_OPTIONS = {
|
34 |
-
"İnce Ayar Çekilmiş Whisper Small": "SAadettin-BERber/
|
35 |
-
"İnce Ayar Çekilmiş Large Turbo": "SAadettin-BERber/
|
36 |
"Orijinal Whisper Small": "unsloth/whisper-small",
|
37 |
"Orijinal Whisper Turbo": "unsloth/whisper-large-v3-turbo",
|
38 |
}
|
|
|
31 |
from transformers import pipeline
|
32 |
|
33 |
MODEL_OPTIONS = {
|
34 |
+
"İnce Ayar Çekilmiş Whisper Small": "SAadettin-BERber/normalize_whisper-small_atc_shuffle_3",
|
35 |
+
"İnce Ayar Çekilmiş Large Turbo": "SAadettin-BERber/normalize_whisper-large-v3-turbo_atc_shuffle_1",
|
36 |
"Orijinal Whisper Small": "unsloth/whisper-small",
|
37 |
"Orijinal Whisper Turbo": "unsloth/whisper-large-v3-turbo",
|
38 |
}
|