Chris4K commited on
Commit
f0328f8
·
verified ·
1 Parent(s): 437a961

Update api/audio.py

Browse files
Files changed (1) hide show
  1. 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")