gobeldan commited on
Commit
55ca3a3
·
verified ·
1 Parent(s): 313c48d

added new models

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -104,13 +104,13 @@ with gr.Blocks(title="Fast Whisper WebUI") as demo:
104
  article = "Read the [documentation here](https://github.com/SYSTRAN/faster-whisper)."
105
  whisper_models = [
106
  "tiny", "tiny.en",
107
- "base", "base.en",
108
- "small", "small.en", "distil-small.en",
109
- "medium", "medium.en", "distil-medium.en",
110
  "large",
111
- "large-v1",
112
- "large-v2", "distil-large-v2",
113
- "large-v3", "distil-large-v3",
114
  ]
115
  compute_types = [
116
  "auto", "default", "int8", "int8_float32",
 
104
  article = "Read the [documentation here](https://github.com/SYSTRAN/faster-whisper)."
105
  whisper_models = [
106
  "tiny", "tiny.en",
107
+ "base", "base.en", "Systran/faster-whisper-base.en", "Systran/faster-whisper-base",
108
+ "small", "small.en", "distil-small.en", "Systran/faster-distil-whisper-small.en",
109
+ "medium", "medium.en", "distil-medium.en", "Systran/faster-distil-whisper-medium.en", "Systran/faster-whisper-medium",
110
  "large",
111
+ "large-v1", "Systran/faster-whisper-large-v1",
112
+ "large-v2", "distil-large-v2", "Systran/faster-distil-whisper-large-v2",
113
+ "large-v3", "distil-large-v3", "Systran/faster-distil-whisper-large-v3",
114
  ]
115
  compute_types = [
116
  "auto", "default", "int8", "int8_float32",