Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,6 @@ os.system("pip install langchain")
|
|
31 |
print(f"[{current_time()}] 日志:安装 - sentence-transformers")
|
32 |
os.system("pip install sentence-transformers")
|
33 |
|
34 |
-
"""
|
35 |
# 安装 airio
|
36 |
print(f"[{current_time()}] 日志:Git - 克隆 Github 的 airio 到当前目录")
|
37 |
os.system("git clone --branch=main https://github.com/google/airio")
|
@@ -39,7 +38,6 @@ print(f"[{current_time()}] 日志:文件 - 移动 airio 到当前目录并重
|
|
39 |
os.system("mv airio airio_tmp; mv airio_tmp/* .; rm -r airio_tmp")
|
40 |
print(f"[{current_time()}] 日志:Python - 使用 pip 安装 当前目录内的 Python 包")
|
41 |
os.system("python3 -m pip install -e .")
|
42 |
-
"""
|
43 |
|
44 |
# 安装 mt3
|
45 |
print(f"[{current_time()}] 日志:Git - 克隆 Github 的 MT3 模型到当前目录")
|
|
|
31 |
print(f"[{current_time()}] 日志:安装 - sentence-transformers")
|
32 |
os.system("pip install sentence-transformers")
|
33 |
|
|
|
34 |
# 安装 airio
|
35 |
print(f"[{current_time()}] 日志:Git - 克隆 Github 的 airio 到当前目录")
|
36 |
os.system("git clone --branch=main https://github.com/google/airio")
|
|
|
38 |
os.system("mv airio airio_tmp; mv airio_tmp/* .; rm -r airio_tmp")
|
39 |
print(f"[{current_time()}] 日志:Python - 使用 pip 安装 当前目录内的 Python 包")
|
40 |
os.system("python3 -m pip install -e .")
|
|
|
41 |
|
42 |
# 安装 mt3
|
43 |
print(f"[{current_time()}] 日志:Git - 克隆 Github 的 MT3 模型到当前目录")
|