Update app.py
Browse files
app.py
CHANGED
|
@@ -1837,7 +1837,8 @@ with gr.Blocks(theme=gr.themes.Base(), title='Mangio-RVC-Web 💻') as app:
|
|
| 1837 |
with gr.Row():
|
| 1838 |
gr.Markdown(
|
| 1839 |
"""
|
| 1840 |
-
Original RVC:https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI
|
|
|
|
| 1841 |
"""
|
| 1842 |
)
|
| 1843 |
|
|
|
|
| 1837 |
with gr.Row():
|
| 1838 |
gr.Markdown(
|
| 1839 |
"""
|
| 1840 |
+
Original RVC:https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI
|
| 1841 |
+
Mangio’s RVC Fork:https://github.com/Mangio621/Mangio-RVC-Fork
|
| 1842 |
"""
|
| 1843 |
)
|
| 1844 |
|