Spaces:
Running on Zero
Running on Zero
| title: Call QA Processing | |
| emoji: "\U0001F399\uFE0F" | |
| colorFrom: gray | |
| colorTo: gray | |
| sdk: gradio | |
| sdk_version: 6.20.0 | |
| python_version: '3.10.13' | |
| app_file: app.py | |
| pinned: false | |
| Gradio status UI and FastAPI processing service for the call QA pipeline. | |
| The Space keeps the existing frontend contract at `/calls`, | |
| `/sentence_segments`, `/sentiment`, and `/audio`. Generated artifacts are | |
| written to Supabase Storage; relational state is written to Supabase Postgres. | |
| Required Space secrets: | |
| - `DATABASE_URL` | |
| - `SUPABASE_URL` | |
| - `SUPABASE_SERVICE_KEY` | |
| - `MISTRAL_API_KEY` | |
| - `SAMBANOVA_API_KEY` | |
| - `GITHUB_TOKEN` | |
| Space variables: | |
| - `SUPABASE_BUCKET=call-artifacts` | |
| - `ENABLE_ACOUSTIC=0` | |
| - `START_WORKER=1` | |
| - `WHISPER_MODEL=small.en` | |
| - `FRONTEND_ORIGIN=<deployed Vercel origin>` | |