Update README.md
Browse files
README.md
CHANGED
@@ -8,59 +8,5 @@ tags:
|
|
8 |
- voice-conversion
|
9 |
- Voice2Voice
|
10 |
---
|
11 |
-
|
12 |
-
|
13 |
-
<head>
|
14 |
-
<meta charset="UTF-8">
|
15 |
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
16 |
-
<style>
|
17 |
-
body {
|
18 |
-
font-family: Arial, sans-serif;
|
19 |
-
padding: 2rem;
|
20 |
-
color: #333;
|
21 |
-
}
|
22 |
-
.container {
|
23 |
-
max-width: 800px;
|
24 |
-
margin: 0 auto;
|
25 |
-
padding: 2rem;
|
26 |
-
border-radius: 5px;
|
27 |
-
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
|
28 |
-
text-align: center;
|
29 |
-
}
|
30 |
-
h1 {
|
31 |
-
margin-bottom: 1.5rem;
|
32 |
-
font-size: 2.5rem;
|
33 |
-
}
|
34 |
-
h2 {
|
35 |
-
margin-bottom: 1rem;
|
36 |
-
font-size: 2rem;
|
37 |
-
}
|
38 |
-
ul {
|
39 |
-
list-style: none;
|
40 |
-
padding: 0;
|
41 |
-
margin: 0;
|
42 |
-
}
|
43 |
-
ul li {
|
44 |
-
margin-bottom: 0.5rem;
|
45 |
-
}
|
46 |
-
p {
|
47 |
-
margin-bottom: 1.5rem;
|
48 |
-
font-size: 1.1rem;
|
49 |
-
}
|
50 |
-
a {
|
51 |
-
color: #007bff;
|
52 |
-
text-decoration: none;
|
53 |
-
}
|
54 |
-
a:hover {
|
55 |
-
text-decoration: underline;
|
56 |
-
}
|
57 |
-
</style>
|
58 |
-
</head>
|
59 |
-
<body>
|
60 |
-
<div class="container">
|
61 |
-
<hr style="border: none; height: 2px; background-color: #0cb232;">
|
62 |
-
<h1>My Collection of All Public RVC Models I've Made</h1>
|
63 |
-
<hr style="border: none; height: 2px; background-color: #0cb232;">
|
64 |
-
</div>
|
65 |
-
</body>
|
66 |
-
</html>
|
|
|
8 |
- voice-conversion
|
9 |
- Voice2Voice
|
10 |
---
|
11 |
+
|
12 |
+
# A public repo of all voice models that i have made.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|