Spaces:
Runtime error
Runtime error
Commit
·
05105ab
1
Parent(s):
3b7de14
add
Browse files- demo/install_mfa.sh +1 -0
demo/install_mfa.sh
CHANGED
|
@@ -10,6 +10,7 @@ mv _kalpy.cpython-310-x86_64-linux-gnu.so "$(python3 -c 'import site; print(site
|
|
| 10 |
|
| 11 |
pip install pgvector
|
| 12 |
pip install Bio
|
|
|
|
| 13 |
pip install SQLAlchemy
|
| 14 |
mfa model download acoustic english_us_arpa
|
| 15 |
mfa model download dictionary english_us_arpa
|
|
|
|
| 10 |
|
| 11 |
pip install pgvector
|
| 12 |
pip install Bio
|
| 13 |
+
pip uninstall SQLAlchemy -y
|
| 14 |
pip install SQLAlchemy
|
| 15 |
mfa model download acoustic english_us_arpa
|
| 16 |
mfa model download dictionary english_us_arpa
|