Commit History

Merge branch 'main' of https://huggingface.co/spaces/avans06/whisper-webui
b563d75

avans06 commited on

The app.py interface has been re-laid out using Blocks
1a5d9a0

avans06 commited on

The app.py interface has been re-laid out using Blocks
4c3a299

avans06 commited on

Mention server_port in README
e8a76fc

aadnk commited on

Adding a dummy implementation of Whisper for testing
6250a98

aadnk commited on

Set "whisper_implementation" to "faster-whisper" in config.json5
2a5f69c

avans06 commited on

app.py has added the following arguments:
4c650d7

avans06 commited on

Fix unit test
052fe7e

aadnk commited on

Duplicate from aadnk/whisper-webui
b6ac700

avans06 aadnk commited on

Add Diarization to README
46b5f28

aadnk commited on

Hande NULLs in from_string
ce65f49

aadnk commited on

Set default initial prompt mode
af09fe7

aadnk commited on

Use type hints instead
f641aea

aadnk commited on

Adding JSON initial prompt
74b7d77

aadnk commited on

[Faster whisper] Add support for large-v1
67b8308

aadnk commited on

Load config file using UTF-8
4a46425

aadnk commited on

Fix threads argument
43189ac

aadnk commited on

Also output JSON of results.
b84f4f2

aadnk commited on

Fix preprocessor when words are disabled
ab69310

aadnk commited on

Add word timestamps to Simple and reorder
9cae71a

aadnk commited on

Adding support for word timestamps
f55c594

aadnk commited on

Update README.md (#25)
764bdf1

aadnk ACGMN commited on

Add support for disabling queue mode
b59dd62

aadnk commited on

Add inital prompt mode. GITLAB #7
8031785

aadnk commited on

Display time taken to run whisperCallable.invoke() (#20)
168184d

aadnk FlippFuzz commited on

Add space to timestamp in fasterWhisperContainer
55b2bd6

aadnk commited on

Add timestamp to verbose output (#21)
5dcaadd

aadnk FlippFuzz commited on

Recommend faster-whisper for GPU inference
751fc8f

aadnk commited on

Refactor language list
adca588

aadnk commited on

Fix chinese
e77e696

aadnk commited on

Switch to auto compute type
e694402

aadnk commited on

Undo color change
9434100

aadnk commited on

Update emoji/color
3c88621

aadnk commited on

Add requirements-whisper
e5d4e0f

aadnk commited on

Remove print in app.py as it confuses HuggingFace
29aa058

aadnk commited on

Update README
591ec91

aadnk commited on

Add comments
198df44

aadnk commited on

Only print fp16 warning once
a79dd83

aadnk commited on

Support CLI into faster-whisper
33ee1bb

aadnk commited on

Fix WHISPER_IMPLEMENTATION argument
2698c96

aadnk commited on

Update README with info on Faster Whisper
b5af58b

aadnk commited on

Fix convert_hf_whisper
9939d13

aadnk commited on

Adding support for faster_whisper
295de00

aadnk commited on

Ensure progress bar works for multiple files
c90f138

aadnk commited on

Adding example useage in whisperProgressHook
c963436

aadnk commited on

Upgrade gradio on Huggingface
4711ad3

aadnk commited on

Support progress for multiple devices
4a9d465

aadnk commited on

Add progress listener to none/VAD
33a2c1e

aadnk commited on

Upgrade Gradio to 3.23.0
418fd6a

aadnk commited on

Add concurrency count to app.py. Set this to 1 by default.
d20404a

aadnk commited on