Spaces:
Runtime error
Runtime error
Commit
·
fd664a5
1
Parent(s):
9e20a4b
Update app/text_to_speech.py
Browse files- app/text_to_speech.py +0 -1
app/text_to_speech.py
CHANGED
@@ -16,7 +16,6 @@ def synthesize_ssml_to_speech(ssml, output_file_path):
|
|
16 |
}
|
17 |
|
18 |
try:
|
19 |
-
print(ssml)
|
20 |
response = requests.request("POST", url, headers=headers, data=ssml.encode("utf-8"))
|
21 |
|
22 |
if response.status_code == 200:
|
|
|
16 |
}
|
17 |
|
18 |
try:
|
|
|
19 |
response = requests.request("POST", url, headers=headers, data=ssml.encode("utf-8"))
|
20 |
|
21 |
if response.status_code == 200:
|