Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +1 -5
requirements.txt
CHANGED
@@ -1,12 +1,8 @@
|
|
1 |
-
torch==2.5.0
|
2 |
-
torchaudio==2.5.0
|
3 |
Pillow
|
4 |
numpy
|
5 |
gradio
|
6 |
transformers
|
7 |
git+https://github.com/doevent/Real-ESRGAN.git
|
8 |
-
|
9 |
-
RUN --mount=target=/tmp/requirements.txt,source=requirements.txt \
|
10 |
-
pip install --no-cache-dir -r /tmp/requirements.txt
|
11 |
|
12 |
|
|
|
|
|
|
|
1 |
Pillow
|
2 |
numpy
|
3 |
gradio
|
4 |
transformers
|
5 |
git+https://github.com/doevent/Real-ESRGAN.git
|
6 |
+
|
|
|
|
|
7 |
|
8 |
|