Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-
gradio
|
|
|
|
|
|
|
| 2 |
torch
|
| 3 |
torchvision
|
| 4 |
opencv-python
|
| 5 |
numpy
|
| 6 |
-
Pillow
|
| 7 |
requests
|
| 8 |
-
transformers
|
| 9 |
-
rembg # For U2Net and other models
|
|
|
|
| 1 |
+
gradio==3.50.2
|
| 2 |
+
rembg==2.0.50
|
| 3 |
+
Pillow==10.1.0
|
| 4 |
torch
|
| 5 |
torchvision
|
| 6 |
opencv-python
|
| 7 |
numpy
|
|
|
|
| 8 |
requests
|
| 9 |
+
transformers
|
|
|