Spaces:
Sleeping
Sleeping
Update api/audio.py
Browse files- api/audio.py +2 -2
api/audio.py
CHANGED
@@ -336,8 +336,8 @@ class TTSManager:
|
|
336 |
raise APIError(f"TTS Error: Unsupported TTS type: {self.config.tts.type}")
|
337 |
|
338 |
print(url)
|
339 |
-
print(
|
340 |
-
print(
|
341 |
|
342 |
response = requests.post(url, headers=headers, json=data)
|
343 |
|
|
|
336 |
raise APIError(f"TTS Error: Unsupported TTS type: {self.config.tts.type}")
|
337 |
|
338 |
print(url)
|
339 |
+
print(headers)
|
340 |
+
print(data)
|
341 |
|
342 |
response = requests.post(url, headers=headers, json=data)
|
343 |
|