whisper-webui / app.py

Commit History

Add support for setting default language or model via the CLI
51156ef

aadnk commited on

Better error handling
6324aa9

aadnk commited on

Add an extra interface for performing diarization
cddfab9

aadnk commited on

Make a separate process timeout for diarization
3cd7d59

aadnk commited on

Fix diarization in CLI
aa33666

aadnk commited on

Ensure GPU memory in diarization can be cleaned up
18bb72f

aadnk commited on

Adding support for diarization
a1da02d

aadnk commited on

Adding a dummy implementation of Whisper for testing
6250a98

aadnk commited on

Set default initial prompt mode
af09fe7

aadnk commited on

Adding JSON initial prompt
74b7d77

aadnk commited on

Fix threads argument
43189ac

aadnk commited on

Also output JSON of results.
b84f4f2

aadnk commited on

Add word timestamps to Simple and reorder
9cae71a

aadnk commited on

Adding support for word timestamps
f55c594

aadnk commited on

Add support for disabling queue mode
b59dd62

aadnk commited on

Add inital prompt mode. GITLAB #7
8031785

aadnk commited on

Recommend faster-whisper for GPU inference
751fc8f

aadnk commited on

Refactor language list
adca588

aadnk commited on

Switch to auto compute type
e694402

aadnk commited on

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

aadnk commited on

Support CLI into faster-whisper
33ee1bb

aadnk commited on

Fix WHISPER_IMPLEMENTATION argument
2698c96

aadnk commited on

Adding support for faster_whisper
295de00

aadnk commited on

Ensure progress bar works for multiple files
c90f138

aadnk commited on

Support progress for multiple devices
4a9d465

aadnk commited on

Add progress listener to none/VAD
33a2c1e

aadnk commited on

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

aadnk commited on

Add more configuration options to config.json5
1acaa19

aadnk commited on

Add configuration file and support for custom models
44d964a

aadnk commited on

Add a "full" interface with every option supported by Whisper
fdb8dbd

aadnk commited on

Add output_dir to the WebUI
22c7ed2

aadnk commited on

Link to Gitlab for docs, as it supports MD rendering
ed278a2

aadnk commited on

Add large-v1 and large-v2 to CLIs
de77829

aadnk commited on

Merge branch 'main' into dev
82aecd5

aadnk commited on

Add large-v1 and large-v2 models
fcf2109

aadnk commited on

Add support for multiple input files and output files
cb9ee50

aadnk commited on

Adding logging
cbc9717

aadnk commited on

Fix "None" VAD #10
35b79d6

aadnk commited on

Add an option for automatically configuring parallel execution
20f75ae

aadnk commited on

Support parallel execution of Silero VAD
c0e541b

aadnk commited on

Fix CLI for parallel devices
01fddc0

aadnk commited on

Use DEFAULT_INPUT_AUDIO_MAX_DURATION
724f5fc

aadnk commited on

Cache parallel processes
31f7bdb

aadnk commited on

Add support for parallel execution on multiple GPUs
95261ed

aadnk commited on

Fix silero-vad-skip-gaps and -expand-into-gaps
d585548

aadnk commited on

Concat first prompt with initial prompt
84fa1f8

aadnk commited on

Cleanup code
5bbbb16

aadnk commited on

Update README
f5884f3

aadnk commited on

Ensure VAD supports detect language
f1fe464

aadnk commited on

Make it easier to use the old segmentation strategy
d906b98

aadnk commited on