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

Sign up or log in to comment