jonathanagustin commited on
Commit
4ac8df6
1 Parent(s): 3cc628d

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def tts(
42
 
43
  try:
44
  response = openai.audio.speech.create(
45
- text=input_text,
46
  voice=voice,
47
  model=model,
48
  response_format=response_format,
 
42
 
43
  try:
44
  response = openai.audio.speech.create(
45
+ input=input_text,
46
  voice=voice,
47
  model=model,
48
  response_format=response_format,