cuio commited on
Commit
a5bd6ee
·
verified ·
1 Parent(s): 1b6959a

Update a.sh

Browse files
Files changed (1) hide show
  1. a.sh +2 -4
a.sh CHANGED
@@ -1,6 +1,4 @@
1
  #!/bin/bash
2
 
3
- git clone --recursive https://github.com/FunAudioLLM/CosyVoice.git
4
- # If you failed to clone submodule due to network failures, please run following command until success
5
- cd CosyVoice
6
- git submodule update --init --recursive
 
1
  #!/bin/bash
2
 
3
+ # 安装 Flask 和 Requests 包
4
+ pip install Flask Requests