Update a.sh
Browse files
a.sh
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
-
|
4 |
-
|
5 |
-
cd CosyVoice
|
6 |
-
git submodule update --init --recursive
|
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
+
# 安装 Flask 和 Requests 包
|
4 |
+
pip install Flask Requests
|
|
|
|