Commit
·
48b3e91
1
Parent(s):
b871fa7
Update app.py
Browse files
app.py
CHANGED
|
@@ -100,7 +100,7 @@ article = """
|
|
| 100 |
"""
|
| 101 |
examples = [
|
| 102 |
[
|
| 103 |
-
"
|
| 104 |
"en",
|
| 105 |
"examples/female.wav",
|
| 106 |
None,
|
|
@@ -108,7 +108,7 @@ examples = [
|
|
| 108 |
True,
|
| 109 |
],
|
| 110 |
[
|
| 111 |
-
"
|
| 112 |
"fr",
|
| 113 |
"examples/male.wav",
|
| 114 |
None,
|
|
@@ -205,7 +205,7 @@ gr.Interface(
|
|
| 205 |
gr.Textbox(
|
| 206 |
label="Text Prompt",
|
| 207 |
info="One or two sentences at a time is better",
|
| 208 |
-
value="Hello, World !, here is an example of light voice
|
| 209 |
),
|
| 210 |
gr.Dropdown(
|
| 211 |
label="Language",
|
|
@@ -226,7 +226,7 @@ gr.Interface(
|
|
| 226 |
"zh-cn",
|
| 227 |
],
|
| 228 |
max_choices=1,
|
| 229 |
-
value="
|
| 230 |
),
|
| 231 |
gr.Audio(
|
| 232 |
label="Reference Audio",
|
|
|
|
| 100 |
"""
|
| 101 |
examples = [
|
| 102 |
[
|
| 103 |
+
"Hello, World !, here is an example of light voice cloning. Try to upload your best audio samples quality",
|
| 104 |
"en",
|
| 105 |
"examples/female.wav",
|
| 106 |
None,
|
|
|
|
| 108 |
True,
|
| 109 |
],
|
| 110 |
[
|
| 111 |
+
"Je suis Glz, un lycéen français de 17 ans, passioner par la Cyber-Sécuritée et les models d'IA.",
|
| 112 |
"fr",
|
| 113 |
"examples/male.wav",
|
| 114 |
None,
|
|
|
|
| 205 |
gr.Textbox(
|
| 206 |
label="Text Prompt",
|
| 207 |
info="One or two sentences at a time is better",
|
| 208 |
+
value="Hello, World !, here is an example of light voice cloning. Try to upload your best audio samples quality",
|
| 209 |
),
|
| 210 |
gr.Dropdown(
|
| 211 |
label="Language",
|
|
|
|
| 226 |
"zh-cn",
|
| 227 |
],
|
| 228 |
max_choices=1,
|
| 229 |
+
value="en",
|
| 230 |
),
|
| 231 |
gr.Audio(
|
| 232 |
label="Reference Audio",
|