vlntlbr commited on
Commit
caf892f
·
verified ·
1 Parent(s): 92b16ae

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- ["Τι δουλειά κάνεις;", "Female"],
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
  ]