Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisewf committed Jul 22, 2024
1 parent 5eea938 commit 722e51e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
## RVC_CLI: 🚀 RVC + UVR = A perfect set of tools for voice cloning, easily and free!

> [!NOTE]
> The documentation is currently under construction.
[![Open In Collab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/iahispano/applio/blob/master/assets/Applio_NoUI.ipynb)

### Table of Contents

1. [Installation](#installation)
- [Windows](#windows)
- [Linux](#linux)
2. [References](#references)

### Installation

Ensure that you have the necessary Python packages installed by following these steps (Python 3.9 is recommended):
Expand All @@ -36,7 +26,7 @@ python rvc_cli.py -h
python uvr_cli.py -h
```

This command provides a clear overview of the available modes and their corresponding parameters, facilitating effective utilization of the RVC CLI.
This command provides a clear overview of the available modes and their corresponding parameters, facilitating effective utilization of the RVC CLI, but if you need more information, you can check the [documentation](https://blaisewf.github.io/RVC_CLI/).

### References

Expand Down
4 changes: 2 additions & 2 deletions docs/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ const config: DocsThemeConfig = {
content="🚀 RVC + UVR = A perfect set of tools for voice cloning, easily and free!"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site:domain" content="https://rvc_cli.github.io" />
<meta name="twitter:url" content="https://rvc_cli.github.io" />
<meta name="twitter:site:domain" content="https://blaisewf.github.io/RVC_CLI/" />
<meta name="twitter:url" content="https://blaisewf.github.io/RVC_CLI/" />
<meta
name="og:title"
content={frontMatter.title || 'RVC CLI'}
Expand Down

0 comments on commit 722e51e

Please sign in to comment.