Spaces:
Configuration error
Configuration error
| services: | |
| - type: web | |
| name: anvaya-speech-diagnostics | |
| runtime: docker | |
| dockerfilePath: Dockerfile | |
| plan: starter | |
| region: oregon | |
| autoDeploy: true | |
| healthCheckPath: /_stcore/health | |
| envVars: | |
| - key: STREAMLIT_SERVER_HEADLESS | |
| value: "true" | |
| - key: STREAMLIT_SERVER_ENABLE_CORS | |
| value: "false" | |
| - key: STREAMLIT_SERVER_ENABLE_XSRF_PROTECTION | |
| value: "false" | |
| - key: STREAMLIT_BROWSER_GATHER_USAGE_STATS | |
| value: "false" | |