Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
torch
|
| 3 |
transformers
|
| 4 |
pillow
|
| 5 |
-
numpy<2.
|
| 6 |
-
open3d
|
| 7 |
opencv-python-headless
|
| 8 |
accelerate
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
torch --index-url https://download.pytorch.org/whl/cpu
|
| 3 |
transformers
|
| 4 |
pillow
|
| 5 |
+
numpy<2.1.0
|
| 6 |
+
open3d-cpu
|
| 7 |
opencv-python-headless
|
| 8 |
accelerate
|