# diarization-ui Separate UI container for the diarization/transcription API. ## Run ```bash 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 ```env API_BASE=http://diarization-api:8093 ```