File size: 129 Bytes
599fee4
667c552
 
1
2
3
FROM registry.hf.space/mahiruoshi-bangdream-bert-vits2:latest
RUN pip install Flask Flask-CORS openai
CMD ["python", "server.py"]