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