CoolFace
Apppublic

Haseeb949/fluenta-backend

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
docker-compose.yml9 linesDownload Raw Back to root
1version: "3.8"2services:3  api:4    build: .5    ports:6      - "5000:5000"7    volumes:8      - ../models:/app/models  # mount your host models directory9