Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +15 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,15 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.29.0
|
| 2 |
+
opencv-python==4.8.1.78
|
| 3 |
+
pillow==10.1.0
|
| 4 |
+
numpy==1.24.3
|
| 5 |
+
torch==2.1.0
|
| 6 |
+
torchvision==0.16.0
|
| 7 |
+
realesrgan==0.3.0
|
| 8 |
+
basicsr==1.4.2
|
| 9 |
+
transformers==4.35.2
|
| 10 |
+
accelerate==0.24.1
|
| 11 |
+
safetensors==0.4.1
|
| 12 |
+
scikit-image==0.22.0
|
| 13 |
+
scipy==1.11.4
|
| 14 |
+
matplotlib==3.8.2
|
| 15 |
+
tqdm==4.66.1
|