Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
awacke1/StreamlitScroller
awacke1
/
3DWorldBuilder
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
awacke1
commited on
11 days ago
Commit
b26743d
·
verified
·
1 Parent(s):
c50b518
Create kits.json
Browse files
Files changed (1)
hide
show
kits.json
+6
-0
kits.json
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
// kits.json
2
+
{
3
+
"BasicHouse": { "modules": ["Cube","Cone"] },
4
+
"BasicTree": { "modules": ["Cylinder","Sphere"] },
5
+
"CyberBlock": { "modules": ["Cube","Cylinder","Sphere"] }
6
+
}