Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
| 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",
|