gobeldan commited on
Commit
b890fc7
1 Parent(s): 9e1d614

add distil-large-v3

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ with gr.Blocks(title="Fast Whisper WebUI") as demo:
110
  "large",
111
  "large-v1",
112
  "large-v2", "distil-large-v2",
113
- "large-v3",
114
  ]
115
  compute_types = [
116
  "auto", "default", "int8", "int8_float32",
 
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",