Spaces:
Sleeping
Sleeping
| # URL of the FastAPI backend the frontend calls (/run and /stats). | |
| # Locally, point this at the running uvicorn server (default port 8000). | |
| # In production, set it to your Hugging Face Space URL in the Netlify dashboard. | |
| NEXT_PUBLIC_API_URL=http://localhost:8000 | |