Spaces:
Running
on
L4
Running
on
L4
Which version of the model is the demo with?
#3
by
jordn
- opened
There are 5 multilingual models and 4 en-only ones. Which version is available under the 'App' tab?
I believe that the demo uses the small multilingual model
From https://huggingface.co/spaces/openai/whisper/blob/main/app.py
model = whisper.load_model("small")
https://github.com/openai/whisper#available-models-and-languages
I created a version that allows for audio files and allows for choosing different Whisper models (sizes) Check it out here https://huggingface.co/spaces/davidtsong/whisper-demo @jordn