Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<div align="center">
|
2 |
|
3 |
<h1>easyGUI</h1>
|
@@ -11,4 +20,4 @@ A fork of Retrieval based Voice Conversion WebUI <br><br>
|
|
11 |
+ [Gradio](https://github.com/gradio-app/gradio)
|
12 |
+ [FFmpeg](https://github.com/FFmpeg/FFmpeg)
|
13 |
+ [Vocal pitch extraction:RMVPE](https://github.com/Dream-High/RMVPE)
|
14 |
-
+ The pretrained model is trained and tested by [yxlllc](https://github.com/yxlllc/RMVPE) and [RVC-Boss](https://github.com/RVC-Boss).
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
title: RVC EASYGUI
|
4 |
+
sdk: gradio
|
5 |
+
emoji: 🏃
|
6 |
+
colorFrom: purple
|
7 |
+
colorTo: purple
|
8 |
+
pinned: true
|
9 |
+
---
|
10 |
<div align="center">
|
11 |
|
12 |
<h1>easyGUI</h1>
|
|
|
20 |
+ [Gradio](https://github.com/gradio-app/gradio)
|
21 |
+ [FFmpeg](https://github.com/FFmpeg/FFmpeg)
|
22 |
+ [Vocal pitch extraction:RMVPE](https://github.com/Dream-High/RMVPE)
|
23 |
+
+ The pretrained model is trained and tested by [yxlllc](https://github.com/yxlllc/RMVPE) and [RVC-Boss](https://github.com/RVC-Boss).
|