zee2221 commited on
Commit
2981ea3
1 Parent(s): bae95ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def generate_audio(text):
38
 
39
  # Send a request to the text-to-speech API
40
  headers = {
41
- "api-key": tts_api_key,
42
  "voice": voice,
43
  "speed": speed
44
  }
 
38
 
39
  # Send a request to the text-to-speech API
40
  headers = {
41
+ "api-key": tts,
42
  "voice": voice,
43
  "speed": speed
44
  }