Spaces:
Running
Running
pydantic==2.10.6 # To avoid the message "No API found" or "Internal server error"
Browse files- requirements.txt +21 -19
requirements.txt
CHANGED
@@ -1,20 +1,22 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
|
|
|
|
20 |
huggingface_hub
|
|
|
1 |
+
pydantic==2.10.6 # To avoid the message "No API found" or "Internal server error"
|
2 |
+
|
3 |
+
gradio==4.28.3
|
4 |
+
torch
|
5 |
+
numpy
|
6 |
+
opencv-python-headless
|
7 |
+
setuptools
|
8 |
+
Pillow
|
9 |
+
torchvision
|
10 |
+
addict
|
11 |
+
future
|
12 |
+
lmdb
|
13 |
+
pyyaml
|
14 |
+
requests
|
15 |
+
scikit-image
|
16 |
+
scipy
|
17 |
+
tb-nightly
|
18 |
+
tqdm
|
19 |
+
yapf
|
20 |
+
psutil
|
21 |
+
ffmpeg-python
|
22 |
huggingface_hub
|