Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated fromΒ
Roblox/cube3d-interactive
Testin616
/
Model3d
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jxwang1
commited on
Mar 20
Commit
5e9b2d2
Β·
1 Parent(s):
6d250b3
add setup
Browse files
Files changed (1)
hide
show
setup.sh
+4
-0
setup.sh
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
#!/bin/bash
2
+
git clone https://github.com/Roblox/cube.git
3
+
cd cube
4
+
pip install .[meshlab]