Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +8 -11
requirements.txt
CHANGED
|
@@ -1,12 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
gradio==4.44.1
|
| 10 |
-
|
| 11 |
-
# 3D (prebuilt wheel exists for Python 3.10 on Spaces CPU/GPU runners)
|
| 12 |
open3d==0.18.0
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
+
gradio>=4.44.1
|
| 3 |
+
Pillow
|
| 4 |
+
numpy<2.0
|
| 5 |
+
torch==2.3.1+cpu
|
| 6 |
+
torchvision==0.18.1+cpu
|
| 7 |
+
transformers>=4.41
|
| 8 |
+
accelerate>=0.33
|
|
|
|
|
|
|
|
|
|
| 9 |
open3d==0.18.0
|