333 B
333 B
diarization-ui
Separate UI container for the diarization/transcription API.
Run
docker compose up -d --build
UI will be available on http://127.0.0.1:8094/.
By default it calls API at http://diarization-api:8093.
Set API_BASE in .env if needed.
.env
API_BASE=http://diarization-api:8093