Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add whisper turbo and real time with gradio 5.0 #309

Open
AK391 opened this issue Oct 2, 2024 · 5 comments
Open

add whisper turbo and real time with gradio 5.0 #309

AK391 opened this issue Oct 2, 2024 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@AK391
Copy link

AK391 commented Oct 2, 2024

Hi would be great to add the new whisper model https://huggingface.co/openai/whisper-large-v3-turbo and also enabled real time streaming with gradio 5.0 see: https://huggingface.co/spaces/KingNish/Realtime-whisper-large-v3-turbo

@AK391 AK391 added the enhancement New feature or request label Oct 2, 2024
@jhj0517
Copy link
Owner

jhj0517 commented Oct 2, 2024

Hi @AK391, Thanks for noticing me update!

Since faster-whisper does not officialy support turbo yet,
you can download deepdml/faster-whisper-large-v3-turbo-ct2 and place it in Whisper-WebUI\models\Whisper\faster-whisper and use it for now.

About realtime streaming, I'll work on it soon! I'm just leaving a link that I'll refer to later -

@OneSteelTank
Copy link

Hey, I'm a bit confused.
image
Is this how I'm supposed to do it? I went to the website you linked and downloaded the model.bin, but when I look back at the WebUI nothing changes.

@jhj0517
Copy link
Owner

jhj0517 commented Oct 10, 2024

@OneSteelTank Same with other faster-whisper model structure, placing the model files (including other metadata files) in the model name subdirectory is what you should do:

image

Then the subdirectory name faster-whisper-large-v3-turbo-ct2 will appear in the models dropdown.

@OneSteelTank
Copy link

@jhj0517 ohhh that makes much more sense. thank you so much man, I see it now.

@wheezy1749
Copy link

For docker noobs like me that found this through google. Didn't show up until I replaced in docker-compose.yaml

      - /Whisper-WebUI/models

with

      - /path/to/Whisper-WebUI/models:/Whisper-WebUI/models

Not sure if it's right but its how I got it working with docker. Don't need to rebuild. Just restart the container

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants