Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
numpy
|
| 3 |
+
gradio
|
| 4 |
+
trimesh
|
| 5 |
+
pillow
|
| 6 |
+
# Note: For gsplat, you might need to clone its repo
|
| 7 |
+
# or put it in the same folder as app.py.
|