Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +10 -11
requirements.txt
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
requests>=2.28.0
|
|
|
1 |
+
# requirements.txt
|
2 |
+
doclayout-yolo==0.0.2
|
3 |
+
gradio==5.1.0
|
4 |
+
gradio-client==1.4.0
|
5 |
+
huggingface_hub
|
6 |
+
numpy
|
7 |
+
opencv-python
|
8 |
+
Pillow
|
9 |
+
torch
|
10 |
+
torchvision
|
|