Public_Models / README.md
Razer112's picture
Update README.md
ae20011 verified
|
raw
history blame
1.49 kB
---
license: openrail
pipeline_tag: audio-to-audio
tags:
- RVC
- vc
- voice-cloning
- voice-conversion
- Voice2Voice
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
font-family: Arial, sans-serif;
padding: 2rem;
color: #333;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 2rem;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
text-align: center;
}
h1 {
margin-bottom: 1.5rem;
font-size: 2.5rem;
}
h2 {
margin-bottom: 1rem;
font-size: 2rem;
}
ul {
list-style: none;
padding: 0;
margin: 0;
}
ul li {
margin-bottom: 0.5rem;
}
p {
margin-bottom: 1.5rem;
font-size: 1.1rem;
}
a {
color: #007bff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="container">
<hr style="border: none; height: 2px; background-color: #800080;">
<h1>My Collection of Public RVC Models</h1>
<hr style="border: none; height: 2px; background-color: #800080;">
</div>
</body>
</html>