Spaces:
Sleeping
Sleeping
Create pull.py (#1)
Browse files- Create pull.py (9af67b7ac24e7e672b200c13c190ce58f41d2241)
pull.py
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Make sure you have git-lfs installed (https://git-lfs.com)
|
2 |
+
git lfs install
|
3 |
+
|
4 |
+
git clone https://huggingface.co/spaces/XzJosh/dingzhen-GPT-SoVITS
|
5 |
+
|
6 |
+
# If you want to clone without large files - just their pointers
|
7 |
+
GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/spaces/XzJosh/dingzhen-GPT-SoVITS
|