Spaces:
Sleeping
Sleeping
File size: 349 Bytes
1212697 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | services:
- type: web
name: sentiment-analysis-service
runtime: docker
healthCheckPath: /health
envVars:
- key: MODEL_NAME
value: pysentimiento/robertuito-sentiment-analysis
- key: DEVICE
value: cpu
- key: CORS_ORIGINS
sync: false # Set manually in Render dashboard (your Netlify domain)
|