YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

FROM node:18

WORKDIR /app

RUN npm install express express-http-proxy

COPY . .

EXPOSE 7860

CMD [ "node", "server.js" ]

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference API
Unable to determine this model's library. Check the docs .