Tohru127 commited on
Commit
227380a
·
verified ·
1 Parent(s): c82a68e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -9
requirements.txt CHANGED
@@ -1,9 +1,7 @@
1
- gradio>=4.44.1
2
- torch # CPU wheel on Spaces; CUDA wheel if GPU runner
3
- transformers
4
- Pillow
5
- numpy
6
- matplotlib
7
- open3d
8
- trimesh
9
- pygltflib
 
1
+ torch>=2.2.0
2
+ transformers==4.41.2
3
+ accelerate>=0.30.0
4
+ numpy>=1.24.0
5
+ Pillow>=9.5.0
6
+ open3d==0.18.0
7
+ gradio>=4.44.0