Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
-
|
|
|
|
| 2 |
plotly
|
| 3 |
open3d
|
| 4 |
opencv-python
|
|
@@ -7,5 +8,5 @@ numpy==1.26.0
|
|
| 7 |
torch==2.2.0
|
| 8 |
Pillow
|
| 9 |
torchvision
|
| 10 |
-
|
| 11 |
requests
|
|
|
|
| 1 |
+
gradio==3.50.2
|
| 2 |
+
gradio_client==0.6.1
|
| 3 |
plotly
|
| 4 |
open3d
|
| 5 |
opencv-python
|
|
|
|
| 8 |
torch==2.2.0
|
| 9 |
Pillow
|
| 10 |
torchvision
|
| 11 |
+
huggingface_hub==0.20.3
|
| 12 |
requests
|