Commit History

Upload 2 files
0052b96

SoybeanMilk commited on

Add support for the ALMA model.
22034c0

SoybeanMilk commited on

Fixed the issue of failure to read options.md.
2601bfd

avans06 commited on

When using the Translation Model for translation, the subtitles displayed on the frontend will be changed to a bilingual version.
86a43ad

avans06 commited on

Enhanced Translation Model translation capabilities and optimized the Web UI interface.
1e744c4

avans06 commited on

Update the dependency package faster-whisper to version 0.10.0
28514b1

avans06 commited on

If the user does not choose a language for Whisper,
77b92a2

avans06 commited on

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

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

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

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

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

avans06 commited on

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

avans06 commited on

When the language is set to Chinese,
3ab1530

avans06 commited on

When the language is set to Chinese,
852f4fa

avans06 commited on

Add an argument: merge_subtitle_with_sources.
9428712

avans06 commited on

When the transcribe whisper language is set to Chinese,
90ee2b3

avans06 commited on

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

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

Duplicate from aadnk/whisper-webui
b6ac700

avans06 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