set to auto-restart

This commit is contained in:
2024-10-30 21:29:11 -07:00
parent 148604eec5
commit cabfccfeed
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
whisper:
model_size: "large-v2"
lang: "Automatic Detection"
model_size: "medium.en"
lang: "english"
is_translate: false
beam_size: 5
log_prob_threshold: -1
@@ -41,7 +41,7 @@ vad:
diarization:
is_diarize: false
hf_token: ""
hf_token: "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"
bgm_separation:
is_separate_bgm: false

View File

@@ -1,6 +1,7 @@
services:
whisper:
container_name: whisper
restart: unless-stopped
networks:
- www
build: .