Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -41,12 +41,12 @@ SEED = 42
|
|
41 |
default_text = "Please surprise me and speak in whatever voice you enjoy."
|
42 |
examples = [
|
43 |
[
|
44 |
-
"আমাদের ছোটো নদী চলে বাঁকে
|
45 |
"Arjun speaks at a moderate pace and pitch, with a clear, neutral tone and no emotional emphasis. The recording is very high quality with no background noise.",
|
46 |
3.0
|
47 |
],
|
48 |
[
|
49 |
-
"আমার সোনার
|
50 |
"Promi speaks at a moderate pace and pitch, with a clear, neutral tone and no emotional emphasis. The recording is very high quality with no background noise.",
|
51 |
3.0
|
52 |
],
|
@@ -65,12 +65,12 @@ examples = [
|
|
65 |
|
66 |
finetuned_examples = [
|
67 |
[
|
68 |
-
"আমাদের ছোটো নদী চলে বাঁকে
|
69 |
"Arjun speaks at a moderate pace and pitch, with a clear, neutral tone and no emotional emphasis. The recording is very high quality with no background noise.",
|
70 |
3.0
|
71 |
],
|
72 |
[
|
73 |
-
"আমার সোনার
|
74 |
"Promi speaks at a moderate pace and pitch, with a clear, neutral tone and no emotional emphasis. The recording is very high quality with no background noise.",
|
75 |
3.0
|
76 |
],
|
@@ -234,7 +234,7 @@ css = """
|
|
234 |
display: flex;
|
235 |
padding-left: 0.5rem !important;
|
236 |
padding-right: 0.5rem !important;
|
237 |
-
background-color: #
|
238 |
justify-content: center;
|
239 |
align-items: center;
|
240 |
border-radius: 9999px !important;
|
@@ -245,7 +245,7 @@ css = """
|
|
245 |
}
|
246 |
#share-btn {
|
247 |
all: initial;
|
248 |
-
color: #
|
249 |
font-weight: 600;
|
250 |
cursor: pointer;
|
251 |
font-family: 'IBM Plex Sans', sans-serif;
|
|
|
41 |
default_text = "Please surprise me and speak in whatever voice you enjoy."
|
42 |
examples = [
|
43 |
[
|
44 |
+
"আমাদের ছোটো নদী চলে বাঁকে বাঁকে, বৈশাখ মাসে তার হাঁটু জল থাকে।।",
|
45 |
"Arjun speaks at a moderate pace and pitch, with a clear, neutral tone and no emotional emphasis. The recording is very high quality with no background noise.",
|
46 |
3.0
|
47 |
],
|
48 |
[
|
49 |
+
"আমার সোনার বাংলা, আমি তোমায় ভালোবাসি।",
|
50 |
"Promi speaks at a moderate pace and pitch, with a clear, neutral tone and no emotional emphasis. The recording is very high quality with no background noise.",
|
51 |
3.0
|
52 |
],
|
|
|
65 |
|
66 |
finetuned_examples = [
|
67 |
[
|
68 |
+
"আমাদের ছোটো নদী চলে বাঁকে বাঁকে, বৈশাখ মাসে তার হাঁটু জল থাকে।",
|
69 |
"Arjun speaks at a moderate pace and pitch, with a clear, neutral tone and no emotional emphasis. The recording is very high quality with no background noise.",
|
70 |
3.0
|
71 |
],
|
72 |
[
|
73 |
+
"আমার সোনার বাংলা, আমি তোমায় ভালোবাসি।",
|
74 |
"Promi speaks at a moderate pace and pitch, with a clear, neutral tone and no emotional emphasis. The recording is very high quality with no background noise.",
|
75 |
3.0
|
76 |
],
|
|
|
234 |
display: flex;
|
235 |
padding-left: 0.5rem !important;
|
236 |
padding-right: 0.5rem !important;
|
237 |
+
background-color: #000000;
|
238 |
justify-content: center;
|
239 |
align-items: center;
|
240 |
border-radius: 9999px !important;
|
|
|
245 |
}
|
246 |
#share-btn {
|
247 |
all: initial;
|
248 |
+
color: #000000;
|
249 |
font-weight: 600;
|
250 |
cursor: pointer;
|
251 |
font-family: 'IBM Plex Sans', sans-serif;
|