Spaces:
Sleeping
Sleeping
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
@@ -26,10 +26,10 @@ def synth(text, speaker):
|
|
26 |
|
27 |
# Add examples (Greek phrases with their respective speakers)
|
28 |
examples = [
|
29 |
-
["
|
30 |
-
["
|
31 |
-
["
|
32 |
-
["
|
33 |
]
|
34 |
|
35 |
custom_css = """
|
|
|
26 |
|
27 |
# Add examples (Greek phrases with their respective speakers)
|
28 |
examples = [
|
29 |
+
["Πες μου πώς σε λένε.", "Male"],
|
30 |
+
["Τι δουλειά κάνεις;", "Female"],
|
31 |
+
["Είναι τόσο όμορφα έξω!", "Male"],
|
32 |
+
["Η οικογένεια είναι μαζεμένη στην τραπεζαρία", "Female"]
|
33 |
]
|
34 |
|
35 |
custom_css = """
|