Spaces:
Runtime error
Runtime error
FROM registry.hf.space/mahiruoshi-mygo-vits-bert:latest | |
RUN pip install Flask Flask-CORS openai | |
CMD ["python", "server.py"] |