Update README.md
Browse files
README.md
CHANGED
@@ -84,6 +84,19 @@ There's also a few things that's related to Japanese. such as how we can improve
|
|
84 |
|
85 |
## How to do ...
|
86 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
87 |
# Inference:
|
88 |
|
89 |
Gradio demo:
|
|
|
84 |
|
85 |
## How to do ...
|
86 |
|
87 |
+
## Pre-requisites
|
88 |
+
1. Python >= 3.11
|
89 |
+
2. Clone this repository:
|
90 |
+
```bash
|
91 |
+
git clone https://huggingface.co/Respair/Tsukasa_Speech
|
92 |
+
cd Tsukasa_Speech
|
93 |
+
```
|
94 |
+
3. Install python requirements:
|
95 |
+
```bash
|
96 |
+
pip install -r requirements.txt
|
97 |
+
```
|
98 |
+
|
99 |
+
|
100 |
# Inference:
|
101 |
|
102 |
Gradio demo:
|