Spaces:
Running
Running
File size: 349 Bytes
965675c 5bb01e8 c874c8f 5bb01e8 cc1e940 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
torch==2.5.0 torchaudio==2.5.0 Pillow numpy gradio transformers git+https://github.com/doevent/Real-ESRGAN.git RUN pip install torch==2.5.0+cu121 torchaudio==2.5.0+cu121 -f https://download.pytorch.org/whl/torch_stable.html RUN --mount=target=/tmp/requirements.txt,source=requirements.txt \ pip install --no-cache-dir -r /tmp/requirements.txt |