Spaces:
Runtime error
Runtime error
File size: 223 Bytes
e464d27 |
1 2 3 4 5 6 7 8 9 |
FROM python:3.10
WORKDIR /code
RUN pip install --no-cache-dir --upgrade -r https://gradio-builds.s3.amazonaws.com/f4d696f71f3fc2f5fd8f9d5f5287cb1d27ef93d4/gradio-3.39.0-py3-none-any.whl
COPY . .
CMD ["gradio", "app.py"] |