Commit History

Update to support faster-whisper-large-v3.
ed2c604

avans06 commited on

Merge branch 'main' of https://huggingface.co/spaces/aadnk/whisper-webui
6fc9a01

avans06 commited on

Make a separate process timeout for diarization
3cd7d59

aadnk commited on

Ensure GPU memory in diarization can be cleaned up
18bb72f

aadnk commited on

Adding support for diarization
a1da02d

aadnk commited on

Enhancing the Execution of torch.hub.load(snakers4/silero-vad) in vad.py
4f4c582

avans06 commited on

1. Handling "save_downloaded_files" and "merge_subtitle_with_sources" Options during Transcription Process:
b0efdc6

avans06 commited on

Add the "ignoreerrors" option to ydl_opts in download.py.
5b0aac0

avans06 commited on

Whisper Progress Bar - Display More Information
9b6dda4

avans06 commited on

Integration of progress bar with translation model compatibility
92bc446

avans06 commited on

According to the recommendation of transformers,
c78307c

avans06 commited on

Added support for translation models (NLLB, NLLB-CT2, MT5)
8077be2

avans06 commited on

When the language is set to Chinese,
3ab1530

avans06 commited on

Adding a dummy implementation of Whisper for testing
6250a98

aadnk 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

Hande NULLs in from_string
ce65f49

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 preprocessor when words are disabled
ab69310

aadnk commited on

Adding support for word timestamps
f55c594

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

Refactor language list
adca588

aadnk commited on

Fix chinese
e77e696

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

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

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

Do not parallelize period vad
530547e

aadnk commited on

Use correct root dir
7fd072f

aadnk commited on

Ensure model is downloaded before spawning sub-processes
7c5d37e

aadnk commited on

Add support for multiple input files and output files
cb9ee50

aadnk commited on

Always create N processes for N devices even with small files
479b187

aadnk commited on

Fix 1 CPU in ParallelTranscription
596fd47

aadnk commited on

Add an option for automatically configuring parallel execution
20f75ae

aadnk commited on

Display duration of parallel GPU transcribing
4b698fb

aadnk commited on