Update README.md
Browse files
README.md
CHANGED
@@ -6,25 +6,24 @@
|
|
6 |
<style>
|
7 |
body {
|
8 |
font-family: Arial, sans-serif;
|
9 |
-
background-color: #f5f5f5;
|
10 |
padding: 2rem;
|
|
|
11 |
}
|
12 |
.container {
|
13 |
max-width: 800px;
|
14 |
margin: 0 auto;
|
15 |
-
background-color: white;
|
16 |
padding: 2rem;
|
17 |
border-radius: 5px;
|
18 |
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
|
19 |
text-align: center;
|
20 |
}
|
21 |
h1 {
|
22 |
-
color: #333;
|
23 |
margin-bottom: 1.5rem;
|
|
|
24 |
}
|
25 |
h2 {
|
26 |
-
color: #555;
|
27 |
margin-bottom: 1rem;
|
|
|
28 |
}
|
29 |
ul {
|
30 |
list-style: none;
|
@@ -35,8 +34,15 @@
|
|
35 |
margin-bottom: 0.5rem;
|
36 |
}
|
37 |
p {
|
38 |
-
color: #666;
|
39 |
margin-bottom: 1.5rem;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
}
|
41 |
</style>
|
42 |
<title>Model Card for RVC-HuBERT</title>
|
|
|
6 |
<style>
|
7 |
body {
|
8 |
font-family: Arial, sans-serif;
|
|
|
9 |
padding: 2rem;
|
10 |
+
color: #333;
|
11 |
}
|
12 |
.container {
|
13 |
max-width: 800px;
|
14 |
margin: 0 auto;
|
|
|
15 |
padding: 2rem;
|
16 |
border-radius: 5px;
|
17 |
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
|
18 |
text-align: center;
|
19 |
}
|
20 |
h1 {
|
|
|
21 |
margin-bottom: 1.5rem;
|
22 |
+
font-size: 2.5rem;
|
23 |
}
|
24 |
h2 {
|
|
|
25 |
margin-bottom: 1rem;
|
26 |
+
font-size: 2rem;
|
27 |
}
|
28 |
ul {
|
29 |
list-style: none;
|
|
|
34 |
margin-bottom: 0.5rem;
|
35 |
}
|
36 |
p {
|
|
|
37 |
margin-bottom: 1.5rem;
|
38 |
+
font-size: 1.1rem;
|
39 |
+
}
|
40 |
+
a {
|
41 |
+
color: #007bff;
|
42 |
+
text-decoration: none;
|
43 |
+
}
|
44 |
+
a:hover {
|
45 |
+
text-decoration: underline;
|
46 |
}
|
47 |
</style>
|
48 |
<title>Model Card for RVC-HuBERT</title>
|