whisper-gui - A simple GUI made with gradio to use Whisper from https://github.com/Pikurrot/whisper-gui
docker run -d \
--name whisper-gui \
-v /path/of/some/files:/whisper-gui/outputs \
-p 7860:7860/tcp \
3x3cut0r/whisper-gui:latest
version: '3.9'
# https://github.com/Pikurrot/whisper-gui
services:
# https://hub.docker.com/r/3x3cut0r/whisper-gui
whisper-gui:
container_name: whisper-gui
image: 3x3cut0r/whisper-gui:latest
restart: unless-stopped
ports:
- '7860:7860'
volumes:
- whisper-gui-data:/whisper-gui/outputs
volumes:
whisper-gui-data:
name: whisper-gui-data
TZ
- Specifies the server timezone - Default: UTCLANGUAGE
- Specifies the language of the UI. See lang.json for supported languages- Default: en
/whisper-gui/outputs
- output directory
7860
- Gradio Port for the Webinterface
- This project is licensed under the MIT License - see the MIT License for details. ``