reedmayhew commited on
Commit
e2a857b
·
verified ·
1 Parent(s): 52238c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -146,9 +146,8 @@ with gr.Blocks(title="Insanely Fast Whisper") as demo:
146
  "openai/whisper-tiny.en",
147
  "openai/whisper-base.en",
148
  "openai/whisper-small.en", "distil-whisper/distil-small.en",
149
- "openai/whisper-medium", "openai/whisper-medium.en", "distil-whisper/distil-medium.en",
150
- "openai/whisper-large",
151
- "openai/whisper-large-v3", "distil-whisper/distil-large-v3", "xaviviro/whisper-large-v3-catalan-finetuned-v2",
152
  ]
153
  waveform_options = gr.WaveformOptions(
154
  waveform_color="#01C6FF",
 
146
  "openai/whisper-tiny.en",
147
  "openai/whisper-base.en",
148
  "openai/whisper-small.en", "distil-whisper/distil-small.en",
149
+ "openai/whisper-medium.en", "distil-whisper/distil-medium.en",
150
+ "openai/whisper-large-v3", "distil-whisper/distil-large-v3",
 
151
  ]
152
  waveform_options = gr.WaveformOptions(
153
  waveform_color="#01C6FF",