Spaces:
Runtime error
Runtime error
jadechoghari
commited on
Commit
•
77875ea
1
Parent(s):
7cbe23c
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
gradio
|
3 |
+
numpy
|
4 |
+
trimesh
|
5 |
+
mcubes
|
6 |
+
imageio[ffmpeg]
|
7 |
+
rembg[gpu,cli]
|
8 |
+
kiui
|
9 |
+
Pillow
|
10 |
+
transformers
|