Spaces:
Runtime error
Runtime error
Upload 2 files
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: AI
|
3 |
emoji: 🕊
|
4 |
colorFrom: red
|
5 |
colorTo: pink
|
|
|
1 |
---
|
2 |
+
title: AI岁己(歌声变声器)
|
3 |
emoji: 🕊
|
4 |
colorFrom: red
|
5 |
colorTo: pink
|
app.py
CHANGED
@@ -37,7 +37,7 @@ with app:
|
|
37 |
with gr.Tabs():
|
38 |
with gr.TabItem("SUI-svc-3.0"):
|
39 |
gr.Markdown(value="""
|
40 |
-
# 这是AI
|
41 |
|
42 |
### 项目:[sovits 3.0 48kHz](https://github.com/innnky/so-vits-svc/tree/main) | 目前模型训练状态:1000000steps底模 + 111000steps
|
43 |
|
@@ -98,7 +98,7 @@ with app:
|
|
98 |
|
99 |
2. [git](https://git-scm.com/download/win)(建议使用便携版)[点这里可以直接下载(便携版v2.39.0.2)](https://github.com/git-for-windows/git/releases/download/v2.39.0.windows.2/PortableGit-2.39.0.2-64-bit.7z.exe),路径填 D:\\SUI\\git\\
|
100 |
|
101 |
-
3. [Visual Studio 生成工具](https://visualstudio.microsoft.com/zh-hans/)[点这里可以直接下载](https://c2rsetup.officeapps.live.com/c2r/downloadVS.aspx?sku=community&channel=Release&version=VS2022),左边勾选“使用 C++ 的桌面开发”,右边只需以下四个,"MSVC v143 - VS 2022 C++......"、"适用于最新 v143 生成工具的 C++ ATL......"、"Windows 11 SDK......"、"用于 Windows 的 C++ CMake......"
|
102 |
|
103 |
### 2. 在开始菜单中运行 Anaconda Powershell Prompt 并配置环境(除了工作目录,复制粘贴回车即可)
|
104 |
|
|
|
37 |
with gr.Tabs():
|
38 |
with gr.TabItem("SUI-svc-3.0"):
|
39 |
gr.Markdown(value="""
|
40 |
+
# 这是AI岁己歌声变声器的在线demo
|
41 |
|
42 |
### 项目:[sovits 3.0 48kHz](https://github.com/innnky/so-vits-svc/tree/main) | 目前模型训练状态:1000000steps底模 + 111000steps
|
43 |
|
|
|
98 |
|
99 |
2. [git](https://git-scm.com/download/win)(建议使用便携版)[点这里可以直接下载(便携版v2.39.0.2)](https://github.com/git-for-windows/git/releases/download/v2.39.0.windows.2/PortableGit-2.39.0.2-64-bit.7z.exe),路径填 D:\\SUI\\git\\
|
100 |
|
101 |
+
3. [Visual Studio 生成工具](https://visualstudio.microsoft.com/zh-hans/)(用于编译pyworld,流程走完后可卸载)[点这里可以直接下载](https://c2rsetup.officeapps.live.com/c2r/downloadVS.aspx?sku=community&channel=Release&version=VS2022),左边勾选“使用 C++ 的桌面开发”,右边只需以下四个,"MSVC v143 - VS 2022 C++......"、"适用于最新 v143 生成工具的 C++ ATL......"、"Windows 11 SDK......"、"用于 Windows 的 C++ CMake......"
|
102 |
|
103 |
### 2. 在开始菜单中运行 Anaconda Powershell Prompt 并配置环境(除了工作目录,复制粘贴回车即可)
|
104 |
|