Spaces:
Runtime error
Runtime error
FROM python:3.11 | |
RUN apt-get update && apt-get install -y portaudio19-dev | |
RUN pip install pyaudio gradio datasets transformers torch pandas numpy matplotlib Pillow speechrecognition | |
COPY . /app | |
WORKDIR /app | |
CMD ["python", "app.py"] |