Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
plotly
|
2 |
open3d
|
3 |
opencv-python
|
@@ -6,7 +8,6 @@ numpy==1.26.0
|
|
6 |
torch
|
7 |
Pillow
|
8 |
torchvision
|
9 |
-
gradio
|
10 |
huggingface-hub
|
11 |
requests
|
12 |
spaces
|
|
|
1 |
+
pip>=23.2
|
2 |
+
gradio_client==0.2.7
|
3 |
plotly
|
4 |
open3d
|
5 |
opencv-python
|
|
|
8 |
torch
|
9 |
Pillow
|
10 |
torchvision
|
|
|
11 |
huggingface-hub
|
12 |
requests
|
13 |
spaces
|