Skip to content

Releases: jhj0517/Whisper-WebUI

v1.0.8

17 Oct 09:21
4b65d5c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.7...v1.0.8

v1.0.7

29 Aug 07:54
5962780

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.0.7

v1.0.6

10 Aug 15:53
439dc7b

Choose a tag to compare

What's Changed

  • Fix i18n encoding issue in notebook by @jhj0517 in #574
  • Set word_timestamps to always True to reduce hallucinations by @jhj0517 in #580

Full Changelog: v1.0.5...v1.0.6

v1.0.5

26 Jul 10:18
d843b9c

Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.0.5

v1.0.4

06 May 05:45
f96deb2

Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

Note

Latest torch no longer supports CUDA 12.4 binaries. Need to use at least CUDA 12.6.

v1.0.3

29 Apr 05:29
ab2bb06

Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

07 Apr 14:32
8cf53e5

Choose a tag to compare

What's Changed

  • Add write permission for GITHUB_TOKEN in the action by @jhj0517 in #530
  • Handle error when importing uvr by @jhj0517 in #533

Full Changelog: v1.0.1...v1.0.2

v1.0.1

01 Apr 09:58
1f0c022

Choose a tag to compare

Initial semantic versioning tag for Docker images. Auto-generated release notes will be used starting from the next tag.

What's Changed

  • Add semantic versioning for Docker images in DockerHub and GHCR by @NotYuSheng (#528)
    • Major versions as vX.Y.Z, minor versions as vX.Y.Z-ShortSHA.
  • Fix shared test module importing by @jhj0517 in #527

Whisper-WebUI-Portable-v1.0.0

18 Jun 05:50
a78042e

Choose a tag to compare

Pre-release

WebUI with batch/shell scripts for convenient use:

OS File
Windows Whisper-WebUI-Portable-Windows.zip
Mac Whisper-WebUI-Portable-Mac.zip
Linux Whisper-WebUI-Portable-Mac.zip

Usage :

  • To install: install.bat / install.sh
  • To run: start-webui.bat / start-webui.sh
  • To update: update.bat / update.sh

Before installing, make sure to run update.bat / update.sh first, because older versions of the Whisper-Web UI may be embedded.

For install.bat / install.sh, a venv folder will be created and all dependencies will be installed there.
For update.bat / update.sh, a git pull will be executed to fetch the latest changes.
For start-webui.bat / start-webui.sh, run python app.py with some CLI arguments.