pfb30 commited on
Commit
e946294
1 Parent(s): 2f770b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -47,6 +47,8 @@ def main():
47
 
48
  Paper: https://arxiv.org/pdf/2401.02839.pdf
49
  Github: https://github.com/PolyAI-LDN/pheme
 
 
50
  """
51
  text = gr.Textbox(
52
  lines=3,
 
47
 
48
  Paper: https://arxiv.org/pdf/2401.02839.pdf
49
  Github: https://github.com/PolyAI-LDN/pheme
50
+
51
+ Voices are generated in a zero-shot manner, the model has never seen them before.
52
  """
53
  text = gr.Textbox(
54
  lines=3,