Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
-
torch
|
|
|
2 |
Pillow
|
3 |
numpy
|
4 |
gradio
|
|
|
5 |
git+https://github.com/doevent/Real-ESRGAN.git
|
|
|
1 |
+
torch==2.5.0+cu121
|
2 |
+
torchaudio==2.5.0+cu121
|
3 |
Pillow
|
4 |
numpy
|
5 |
gradio
|
6 |
+
transformers
|
7 |
git+https://github.com/doevent/Real-ESRGAN.git
|