Spaces:
Running
Running
| FROM python:3.9 | |
| WORKDIR /code | |
| RUN pip install --no-cache-dir --upgrade gradio==4.44.0 impresso-pipelines[ocrqa]==0.4.6.6 | |
| COPY . /code | |
| CMD ["python", "app.py"] |