Skip to content

Commit

Permalink
update website
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisewf committed Jul 22, 2024
1 parent 745acc3 commit e5824bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## RVC_CLI: 🚀 RVC + UVR = A perfect set of tools for voice cloning, easily and free!
## 🚀 RVC + UVR = A perfect set of tools for voice cloning, easily and free!

[![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)

Expand Down Expand Up @@ -26,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, but if you need more information, you can check the [documentation](https://blaisewf.github.io/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://rvc-cli.pages.dev/).

### 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://blaisewf.github.io/RVC_CLI/" />
<meta name="twitter:url" content="https://blaisewf.github.io/RVC_CLI/" />
<meta name="twitter:site:domain" content="https://rvc-cli.pages.dev/" />
<meta name="twitter:url" content="https://rvc-cli.pages.dev/" />
<meta
name="og:title"
content={frontMatter.title || 'RVC CLI'}
Expand Down

0 comments on commit e5824bc

Please sign in to comment.