SAadettin-BERber commited on
Commit
5e65b59
·
verified ·
1 Parent(s): aec402d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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/whisper_small_model_atc_10",
35
- "İnce Ayar Çekilmiş Large Turbo": "SAadettin-BERber/whisper-large-v3-turbo_model_atc_3",
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
  }