Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
@@ -5,3 +5,8 @@ numpy
|
|
5 |
gradio
|
6 |
transformers
|
7 |
git+https://github.com/doevent/Real-ESRGAN.git
|
|
|
|
|
|
|
|
|
|
|
|
5 |
gradio
|
6 |
transformers
|
7 |
git+https://github.com/doevent/Real-ESRGAN.git
|
8 |
+
RUN pip install torch==2.5.0+cu121 torchaudio==2.5.0+cu121 -f https://download.pytorch.org/whl/torch_stable.html
|
9 |
+
RUN --mount=target=/tmp/requirements.txt,source=requirements.txt \
|
10 |
+
pip install --no-cache-dir -r /tmp/requirements.txt
|
11 |
+
|
12 |
+
|