micro server with small ui on 8000 for running faster_whisper

This commit is contained in:
2025-07-08 22:14:32 +03:00
commit 303b7b7584
5 changed files with 263 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
server:
host: "0.0.0.0"
port: 8000
ui: true
whisper:
model_name: "turbo"
device: "cuda"
compute_type: "int8"