Spaces:
Sleeping
Sleeping
Update api/audio.py
Browse files- api/audio.py +1 -0
api/audio.py
CHANGED
@@ -341,6 +341,7 @@ class TTSManager:
|
|
341 |
|
342 |
response = requests.post(url, headers=headers, json=data)
|
343 |
|
|
|
344 |
|
345 |
if response.status_code != 200:
|
346 |
error_details = response.json().get("error", "No error message provided")
|
|
|
341 |
|
342 |
response = requests.post(url, headers=headers, json=data)
|
343 |
|
344 |
+
print(response)
|
345 |
|
346 |
if response.status_code != 200:
|
347 |
error_details = response.json().get("error", "No error message provided")
|