Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,13 @@ def tts(text, variant):
|
|
43 |
|
44 |
|
45 |
description = ""
|
46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
iface = gr.Interface(
|
48 |
fn=tts,
|
49 |
inputs=[
|
|
|
43 |
|
44 |
|
45 |
description = ""
|
46 |
+
examples = [["Riɣ ad cceɣ s ufus kḍuɣ s inxar", "Tachelhit"],
|
47 |
+
["arraw n lhem yukr aɣ ihdumn nɣ", "Tachelhit"],
|
48 |
+
["wa tamɣart ma d ukan teskart ?", "Tachelhit"],
|
49 |
+
["ar d iṭṭar unẓar, ffuɣn d igḍaḍ, mmɣin d ijjign", "Tachelhit"],
|
50 |
+
["Egg lxir di timura, ad tafed di tiwwura.", "Tarifit (Latin script)"],
|
51 |
+
["Aqemmum iqnen ur ṯ-ttidfen izan.", "Tarifit (Latin script)"]]
|
52 |
+
|
53 |
iface = gr.Interface(
|
54 |
fn=tts,
|
55 |
inputs=[
|