Spaces:
Build error
Build error
Update app.py
Browse files
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.",
|