Commit History

Fixed the "Invalid model name" error in TranslationModel.
96b845f

avans06 commited on

Add Meta-Llama-3-8B-Instruct ctranslate2 as the translation model to use.
61d82fd

avans06 commited on

Update the package versions in the requirements.
ca3bee7

avans06 commited on

Added new options 'EnableBilingual' and 'DetectLineBreaks' to the Translation page.
db65615

avans06 commited on

Added a web UI page for Translation to test the translation capabilities of the model.
90c1d05

avans06 commited on

Improve displaying the actual error message on the frontend when yt-dlp fails to download a video.
4fbf19d

avans06 commited on

Display detailed reasons for video download failure, improve subtitle line break mechanism, and fix the issue of whisper filter log display.
922fe2a

avans06 commited on

Resolved the transProcessor deletion issue causing an exception in TranslationModel.py for release_vram.
67af9e2

avans06 commited on

Added support for the seamless-m4t-v2-large T2TT translation model.
b01e56c

avans06 commited on

Translation model parameter "Using Bitsandbytes" has been added.
85d6c89

avans06 commited on

Merge branch 'main' of https://huggingface.co/spaces/SoybeanMilk/whisper-webui-translate
d0c7a01

avans06 commited on

Add madlad400 support.
4e2f72e

SoybeanMilk commited on

Fixed the issues with Whisper unexpected keyword and original.srt format:
2def7a1

avans06 commited on

Added the "Whisper Segments Filter" option along with some configuration adjustments.
ec7cc5c

avans06 commited on

Added GGUF and CTranslate2 versions of the ALMA model, and the web UI options now include VAD Process Timeout.
8e80889

avans06 commited on

Fixed the issue where ALMA running on CPU led to the occurrence of the "addmm_impl_cpu_ not implemented for 'Half'" exception.
1a74319

avans06 commited on

Fixed an issue where ALMA running on CPU caused AutoGPTQ to throw an "Exllama" error:
43d9f32

avans06 commited on

Merge branch 'main' of https://huggingface.co/spaces/SoybeanMilk/whisper-webui-translate
40311b7

avans06 commited on

Add support for the ALMA model.
e8762f9

SoybeanMilk commited on

Fixed the default option value for Length Penalty in Whisper Advanced and made some adjustments in the code.
50167d4

avans06 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 the dependency package ctranslate2 to version 3.21.0
8c8a39e

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

Add documentation for Diarization
70d1342

aadnk commited on

Adding diarization requirements
32b246d

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

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

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

avans06 commited on

Whisper Progress Bar - Display More Information
9b6dda4

avans06 commited on

Whisper Progress Bar - Display More Information
5767d38

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

Add "transformers" to requirements.txt.
6b56c54

avans06 commited on

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

avans06 commited on

Update Gradio to 3.38.0
14761aa

aadnk 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