Upload requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
os
|
2 |
+
sys
|
3 |
+
shutil
|
4 |
+
torch
|
5 |
+
fire
|
6 |
+
gradio
|
7 |
+
numpy
|
8 |
+
opencv-python
|
9 |
+
Pillow
|
10 |
+
plotly
|
11 |
+
trimesh
|
12 |
+
tempfile
|
13 |
+
rembg
|