MrMocci
commited on
Commit
•
3c2e18e
1
Parent(s):
9a9a8b0
Update README.md
Browse files
README.md
CHANGED
@@ -74,14 +74,15 @@ Changes:<br />
|
|
74 |
|
75 |
#####
|
76 |
----
|
77 |
-
|
|
|
78 |
```bash
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
```
|
83 |
----
|
84 |
-
|
85 |
```bash
|
86 |
!git clone https://github.com/mocci24/Retrieval-based-Voice-Conversion-WebUI.git
|
87 |
!mkdir -p /content/Retrieval-based-Voice-Conversion-WebUI/logs
|
|
|
74 |
|
75 |
#####
|
76 |
----
|
77 |
+
Copy to your colab notebook:
|
78 |
+
Don't forget use "!" in google colab
|
79 |
```bash
|
80 |
+
apt install git-lfs
|
81 |
+
git lfs install
|
82 |
+
git clone https://huggingface.co/mocci24/RVCV2-GI
|
83 |
```
|
84 |
----
|
85 |
+
|
86 |
```bash
|
87 |
!git clone https://github.com/mocci24/Retrieval-based-Voice-Conversion-WebUI.git
|
88 |
!mkdir -p /content/Retrieval-based-Voice-Conversion-WebUI/logs
|