Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
restoring
Browse files
app.py
CHANGED
@@ -65,11 +65,8 @@ def text_to_speech(text):
|
|
65 |
"voice2": "s3://voice-cloning-zero-shot/fdb74aec-ede9-45f8-ad87-71cb45f01816/original/manifest.json",
|
66 |
"turnPrefix": "Host 1:",
|
67 |
"turnPrefix2": "Host 2:",
|
68 |
-
"prompt": null,
|
69 |
-
"prompt2": null,
|
70 |
"output_format": "mp3",
|
71 |
-
"text": text,
|
72 |
-
|
73 |
}
|
74 |
headers = {
|
75 |
"content-type": "application/json",
|
|
|
65 |
"voice2": "s3://voice-cloning-zero-shot/fdb74aec-ede9-45f8-ad87-71cb45f01816/original/manifest.json",
|
66 |
"turnPrefix": "Host 1:",
|
67 |
"turnPrefix2": "Host 2:",
|
|
|
|
|
68 |
"output_format": "mp3",
|
69 |
+
"text": text,
|
|
|
70 |
}
|
71 |
headers = {
|
72 |
"content-type": "application/json",
|