MrMocci
commited on
Commit
•
920f648
1
Parent(s):
3c2e18e
Update README.md
Browse files
README.md
CHANGED
@@ -75,15 +75,16 @@ Changes:<br />
|
|
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
|
89 |
!cp -r /content/RVCV2-GI/req/* /content/Retrieval-based-Voice-Conversion-WebUI
|
|
|
75 |
#####
|
76 |
----
|
77 |
Copy to your colab notebook:
|
|
|
78 |
```bash
|
79 |
+
!apt install git-lfs
|
80 |
+
!git lfs install
|
81 |
+
!git clone https://huggingface.co/mocci24/RVCV2-GI
|
82 |
```
|
83 |
----
|
84 |
+
and this
|
85 |
```bash
|
86 |
+
|
87 |
+
|
88 |
!git clone https://github.com/mocci24/Retrieval-based-Voice-Conversion-WebUI.git
|
89 |
!mkdir -p /content/Retrieval-based-Voice-Conversion-WebUI/logs
|
90 |
!cp -r /content/RVCV2-GI/req/* /content/Retrieval-based-Voice-Conversion-WebUI
|