CoolFace
Apppublic

Ykode/movie-sentiment-analysis

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
render.yaml9 linesDownload Raw Back to root
1services:2  - type: web3    name: sentiment-app4    env: python5    plan: free6    buildCommand: pip install -r requirements.txt7    startCommand: gunicorn app:app8    runtime: python9    pythonVersion: 3.11.8