Spaces:
Configuration error
Configuration error
no message
Browse files
README.md
CHANGED
|
@@ -5,7 +5,7 @@ sdk: gradio
|
|
| 5 |
emoji: 🏃
|
| 6 |
colorFrom: yellow
|
| 7 |
colorTo: green
|
| 8 |
-
python_version: 3.8
|
| 9 |
sdk_version: 4.44.0
|
| 10 |
app_file: deploy.py
|
| 11 |
---
|
|
|
|
| 5 |
emoji: 🏃
|
| 6 |
colorFrom: yellow
|
| 7 |
colorTo: green
|
| 8 |
+
python_version: 3.8.20
|
| 9 |
sdk_version: 4.44.0
|
| 10 |
app_file: deploy.py
|
| 11 |
---
|
deploy.sh
CHANGED
|
@@ -1,8 +1,3 @@
|
|
| 1 |
-
git clone --recursive https://github.com/FunAudioLLM/CosyVoice.git
|
| 2 |
-
# If you failed to clone submodule due to network failures, please run following command until success
|
| 3 |
-
cd CosyVoice
|
| 4 |
-
git submodule update --init --recursive
|
| 5 |
-
|
| 6 |
# pynini is required by WeTextProcessing, use conda to install it as it can be executed on all platform.
|
| 7 |
pip install pynini==2.1.5
|
| 8 |
pip install -r requirements.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# pynini is required by WeTextProcessing, use conda to install it as it can be executed on all platform.
|
| 2 |
pip install pynini==2.1.5
|
| 3 |
pip install -r requirements.txt
|