Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
49071eb
1
Parent(s):
f1ced1a
add
Browse files- .gitmodules +3 -0
- requirements.txt +1 -0
- shap-e +1 -0
.gitmodules
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
[submodule "shap-e"]
|
2 |
+
path = shap-e
|
3 |
+
url = https://[email protected]/openai/shap-e.git
|
requirements.txt
CHANGED
@@ -101,3 +101,4 @@ wheel==0.43.0
|
|
101 |
wrapt==1.16.0
|
102 |
yarl==1.18.3
|
103 |
zipp==3.21.0
|
|
|
|
101 |
wrapt==1.16.0
|
102 |
yarl==1.18.3
|
103 |
zipp==3.21.0
|
104 |
+
-e ./shap-e
|
shap-e
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 50131012ee11c9d2617f3886c10f000d3c7a3b43
|