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