Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Roblox
/
cube3d-interactive
like
144
Running
on
L40S
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
jxwang1
commited on
11 days ago
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]