Spaces:
Runtime error
Runtime error
| FROM soar97/torch-paraformer:22.12 | |
| ENV DEBIAN_FRONTEND=noninteractive | |
| RUN apt-get update && apt-get install -y ffmpeg | |
| COPY ./requirements-gradio.txt ./ | |
| RUN pip install --no-cache-dir --upgrade -r ./requirements-gradio.txt | |
| COPY app.py ./ | |
| RUN chmod -R 777 /workspace/* | |
| CMD ["python", "app.py"] |