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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -43,7 +43,11 @@ def inference(
43
 
44
  def main():
45
  title = "Pheme"
46
- description = """Pheme Model can generate a variety of conversational voices in 16 kHz for phone-call applications."""
 
 
 
 
47
  text = gr.Textbox(
48
  lines=3,
49
  value="I gotta say, I never expect that to happened. Um I had some expectations but you know.",
 
43
 
44
  def main():
45
  title = "Pheme"
46
+ description = """Pheme Model can generate a variety of conversational voices in 16 kHz for phone-call applications.
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,
53
  value="I gotta say, I never expect that to happened. Um I had some expectations but you know.",