Spaces:
Sleeping
Sleeping
FROM ghcr.io/huggingface/spaces-sdk:ocr | |
COPY requirements.txt . | |
RUN pip install -r requirements.txt | |
COPY app.py . | |
CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"] | |