Spaces:
Paused
Paused
Commit ·
6437fe2
1
Parent(s): 8e410e5
Fix the code
Browse files
setup.sh
CHANGED
|
@@ -6,7 +6,7 @@ apt-get update && apt-get install -y libglm-dev
|
|
| 6 |
# Clone the repositories if they do not already exist
|
| 7 |
if [ ! -d "./splatter-image" ]; then
|
| 8 |
echo "Cloning splatter-image repository..."
|
| 9 |
-
git clone https://github.com/
|
| 10 |
cd splatter-image
|
| 11 |
pip install -r requirements.txt
|
| 12 |
pip install rembg
|
|
|
|
| 6 |
# Clone the repositories if they do not already exist
|
| 7 |
if [ ! -d "./splatter-image" ]; then
|
| 8 |
echo "Cloning splatter-image repository..."
|
| 9 |
+
git clone https://github.com/AbdulrahmanAlsumaih/splatter-image.git
|
| 10 |
cd splatter-image
|
| 11 |
pip install -r requirements.txt
|
| 12 |
pip install rembg
|