Update requirements.txt
Browse files- requirements.txt +19 -3
requirements.txt
CHANGED
@@ -1,4 +1,20 @@
|
|
1 |
-
gradio
|
2 |
torch
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==4.28.3
|
2 |
torch
|
3 |
+
numpy
|
4 |
+
opencv-python-headless
|
5 |
+
setuptools
|
6 |
+
Pillow
|
7 |
+
torchvision
|
8 |
+
addict
|
9 |
+
future
|
10 |
+
lmdb
|
11 |
+
pyyaml
|
12 |
+
requests
|
13 |
+
scikit-image
|
14 |
+
scipy
|
15 |
+
tb-nightly
|
16 |
+
tqdm
|
17 |
+
yapf
|
18 |
+
psutil
|
19 |
+
ffmpeg-python
|
20 |
+
huggingface_hub
|