ArkanDash commited on
Commit
2f97a56
β€’
1 Parent(s): deb1df1

fix(app): google colab support

Browse files
app-update.py β†’ app-full.py RENAMED
@@ -182,7 +182,7 @@ if __name__ == '__main__':
182
  "# <center> RVC Models (Latest Update)\n"
183
  "## <center> The input audio should be clean and pure voice without background music.\n"
184
  "### <center> More feature will be added soon... \n"
185
- "[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1hx6kKvIuv5XNY1Gai2PEuZhpO5z6xpVh?usp=sharing)\n\n"
186
  "[![Original Repo](https://badgen.net/badge/icon/github?icon=github&label=Original%20Repo)](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI)"
187
  )
188
  with gr.Tabs():
 
182
  "# <center> RVC Models (Latest Update)\n"
183
  "## <center> The input audio should be clean and pure voice without background music.\n"
184
  "### <center> More feature will be added soon... \n"
185
+ "[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/110kiMZTdP6Ri1lY9-NbQf17GVPPhHyeT?usp=sharing)\n\n"
186
  "[![Original Repo](https://badgen.net/badge/icon/github?icon=github&label=Original%20Repo)](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI)"
187
  )
188
  with gr.Tabs():
app.py CHANGED
@@ -134,7 +134,7 @@ if __name__ == '__main__':
134
  "# <center> RVC Models (Latest Update)\n"
135
  "## <center> The input audio should be clean and pure voice without background music.\n"
136
  "### <center> More feature will be added soon... \n"
137
- "[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1hx6kKvIuv5XNY1Gai2PEuZhpO5z6xpVh?usp=sharing)\n\n"
138
  "[![Original Repo](https://badgen.net/badge/icon/github?icon=github&label=Original%20Repo)](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI)"
139
  )
140
  with gr.Tabs():
 
134
  "# <center> RVC Models (Latest Update)\n"
135
  "## <center> The input audio should be clean and pure voice without background music.\n"
136
  "### <center> More feature will be added soon... \n"
137
+ "[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/110kiMZTdP6Ri1lY9-NbQf17GVPPhHyeT?usp=sharing)\n\n"
138
  "[![Original Repo](https://badgen.net/badge/icon/github?icon=github&label=Original%20Repo)](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI)"
139
  )
140
  with gr.Tabs():
requirements-gcolab.txt β†’ requirements-colab.txt RENAMED
File without changes