Spaces:
Running
Running
jonathanagustin
commited on
Commit
•
4ac8df6
1
Parent(s):
3cc628d
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ def tts(
|
|
42 |
|
43 |
try:
|
44 |
response = openai.audio.speech.create(
|
45 |
-
|
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,
|