Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<!DOCTYPE html>
|
2 |
<html lang="en">
|
3 |
<head>
|
@@ -5,7 +14,7 @@
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<style>
|
7 |
body {
|
8 |
-
font-family:
|
9 |
padding: 2rem;
|
10 |
color: #333;
|
11 |
}
|
@@ -13,23 +22,17 @@
|
|
13 |
max-width: 800px;
|
14 |
margin: 0 auto;
|
15 |
padding: 2rem;
|
16 |
-
border-radius:
|
17 |
-
box-shadow: 0
|
18 |
text-align: center;
|
19 |
}
|
20 |
h1 {
|
21 |
margin-bottom: 1.5rem;
|
22 |
-
font-size:
|
23 |
-
font-weight: 700;
|
24 |
-
line-height: 1.2;
|
25 |
-
color: #212529;
|
26 |
}
|
27 |
h2 {
|
28 |
margin-bottom: 1rem;
|
29 |
-
font-size:
|
30 |
-
font-weight: 600;
|
31 |
-
line-height: 1.2;
|
32 |
-
color: #212529;
|
33 |
}
|
34 |
ul {
|
35 |
list-style: none;
|
@@ -37,27 +40,20 @@
|
|
37 |
margin: 0;
|
38 |
}
|
39 |
ul li {
|
40 |
-
margin-bottom: 0.
|
41 |
-
font-size: 1.1rem;
|
42 |
-
line-height: 1.5;
|
43 |
}
|
44 |
p {
|
45 |
margin-bottom: 1.5rem;
|
46 |
font-size: 1.1rem;
|
47 |
-
line-height: 1.5;
|
48 |
}
|
49 |
a {
|
50 |
color: #007bff;
|
51 |
text-decoration: none;
|
52 |
-
font-weight: 500;
|
53 |
-
transition: color 0.2s ease-in-out;
|
54 |
}
|
55 |
a:hover {
|
56 |
-
|
57 |
-
text-decoration: none;
|
58 |
}
|
59 |
</style>
|
60 |
-
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap" rel="stylesheet">
|
61 |
<title>Model Card for RVC-HuBERT</title>
|
62 |
</head>
|
63 |
<body>
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
pipeline_tag: audio-to-audio
|
4 |
+
tags:
|
5 |
+
- pretrained
|
6 |
+
- HuBERT
|
7 |
+
- RVC
|
8 |
+
- Voice Conversion
|
9 |
+
---
|
10 |
<!DOCTYPE html>
|
11 |
<html lang="en">
|
12 |
<head>
|
|
|
14 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
15 |
<style>
|
16 |
body {
|
17 |
+
font-family: Arial, sans-serif;
|
18 |
padding: 2rem;
|
19 |
color: #333;
|
20 |
}
|
|
|
22 |
max-width: 800px;
|
23 |
margin: 0 auto;
|
24 |
padding: 2rem;
|
25 |
+
border-radius: 5px;
|
26 |
+
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
|
27 |
text-align: center;
|
28 |
}
|
29 |
h1 {
|
30 |
margin-bottom: 1.5rem;
|
31 |
+
font-size: 2.5rem;
|
|
|
|
|
|
|
32 |
}
|
33 |
h2 {
|
34 |
margin-bottom: 1rem;
|
35 |
+
font-size: 2rem;
|
|
|
|
|
|
|
36 |
}
|
37 |
ul {
|
38 |
list-style: none;
|
|
|
40 |
margin: 0;
|
41 |
}
|
42 |
ul li {
|
43 |
+
margin-bottom: 0.5rem;
|
|
|
|
|
44 |
}
|
45 |
p {
|
46 |
margin-bottom: 1.5rem;
|
47 |
font-size: 1.1rem;
|
|
|
48 |
}
|
49 |
a {
|
50 |
color: #007bff;
|
51 |
text-decoration: none;
|
|
|
|
|
52 |
}
|
53 |
a:hover {
|
54 |
+
text-decoration: underline;
|
|
|
55 |
}
|
56 |
</style>
|
|
|
57 |
<title>Model Card for RVC-HuBERT</title>
|
58 |
</head>
|
59 |
<body>
|