abiabidali commited on
Commit
cd4c224
·
verified ·
1 Parent(s): cc1e940

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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
- 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
 
 
 
 
1
  Pillow
2
  numpy
3
  gradio
4
  transformers
5
  git+https://github.com/doevent/Real-ESRGAN.git
6
+
 
 
7
 
8